johnpaulbin commited on
Commit
41bf20d
·
1 Parent(s): 64bdb7d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ COPY --chown=user . $HOME/app
35
 
36
  RUN wget "https://github.com/XapaJIaMnu/translateLocally/releases/download/latest/translateLocally-v0.0.2+136745e-Ubuntu-20.04.AVX.deb"
37
 
38
- RUN dpkg -x translateLocally-v0.0.2+136745e-Ubuntu-20.04.AVX.deb
39
 
40
  # Running the Flask application
41
  CMD ["python", "app.py"]
 
35
 
36
  RUN wget "https://github.com/XapaJIaMnu/translateLocally/releases/download/latest/translateLocally-v0.0.2+136745e-Ubuntu-20.04.AVX.deb"
37
 
38
+ RUN dpkg -x translateLocally-v0.0.2+136745e-Ubuntu-20.04.AVX.deb .
39
 
40
  # Running the Flask application
41
  CMD ["python", "app.py"]