Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,4 +21,4 @@ WORKDIR $HOME/app
|
|
21 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
22 |
COPY --chown=user . $HOME/app
|
23 |
|
24 |
-
CMD ["
|
|
|
21 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
22 |
COPY --chown=user . $HOME/app
|
23 |
|
24 |
+
CMD ["python","app.py"]
|