Paolo-Fraccaro commited on
Commit
fde2122
1 Parent(s): 4a5121a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -75,4 +75,4 @@ ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/code/miniconda/lib"
75
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
76
  COPY --chown=user . $HOME/app
77
 
78
- CMD ["python3", "app.py"]
 
75
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
76
  COPY --chown=user . $HOME/app
77
 
78
+ CMD ["python3", "app.py"]