Commit
·
9b097c6
1
Parent(s):
5bac81d
update Docker
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"]
|