Spaces:
Sleeping
Sleeping
Utkarsh736
commited on
Commit
β’
61f769a
1
Parent(s):
0764d2d
[Update] app.py path and dockerfile
Browse files- Dockerfile +1 -1
- app.py β app/app.py +0 -0
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ WORKDIR $HOME/app
|
|
27 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
28 |
COPY --chown=user . $HOME/app
|
29 |
|
30 |
-
CMD ["python", "app.py"]
|
|
|
27 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
28 |
COPY --chown=user . $HOME/app
|
29 |
|
30 |
+
CMD ["python", "app/app.py"]
|
app.py β app/app.py
RENAMED
File without changes
|