Spaces:
Runtime error
Runtime error
Commit
·
22066f2
1
Parent(s):
f4cd48f
add dockerfile, app, req
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ WORKDIR $HOME/app
|
|
29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
30 |
COPY --chown=user . $HOME/app
|
31 |
|
32 |
-
CMD ["python", "
|
|
|
29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
30 |
COPY --chown=user . $HOME/app
|
31 |
|
32 |
+
CMD ["python", "app.py"]
|