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