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