Spaces:
Runtime error
Runtime error
Aaryaman Vasishta
commited on
Commit
·
9c46e37
1
Parent(s):
99532c3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,4 +39,4 @@ WORKDIR $HOME/app
|
|
39 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
40 |
COPY --chown=user . $HOME/app
|
41 |
|
42 |
-
CMD ["python3", "
|
|
|
39 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
40 |
COPY --chown=user . $HOME/app
|
41 |
|
42 |
+
CMD ["python3", "app.py"]
|