Paolo-Fraccaro
commited on
Commit
•
e3b141c
1
Parent(s):
ea2e6cd
fix bug?
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -80,4 +80,4 @@ ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/code/miniconda/lib"
|
|
80 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
81 |
COPY --chown=user . $HOME/app
|
82 |
|
83 |
-
CMD ["python3", "app.py"]
|
|
|
80 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
81 |
COPY --chown=user . $HOME/app
|
82 |
|
83 |
+
CMD ["python3", "app.py"]
|