Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -27,7 +27,5 @@ 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 |
-
# Copy util.py into the container
|
| 31 |
-
COPY --chown=user util.py $HOME/app/util.py
|
| 32 |
|
| 33 |
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 |
|
| 31 |
CMD ["python", "app.py"]
|