Commit
•
2074c9a
1
Parent(s):
3901221
Fixing run command
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -72,4 +72,4 @@ COPY --chown=user . $HOME/
|
|
72 |
#
|
73 |
## Set the CMD to run your script
|
74 |
#CMD ["/home/user/run.sh"]
|
75 |
-
python /home/user/app.py
|
|
|
72 |
#
|
73 |
## Set the CMD to run your script
|
74 |
#CMD ["/home/user/run.sh"]
|
75 |
+
CMD python /home/user/app.py
|