Paolo-Fraccaro
commited on
Commit
•
9a7fa4f
1
Parent(s):
632217b
fix?
Browse files- 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"]
|