Spaces:
Runtime error
Runtime error
ejschwartz
commited on
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -28,6 +28,4 @@ WORKDIR $HOME/app
|
|
28 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
29 |
COPY --chown=user . $HOME/app
|
30 |
|
31 |
-
RUN cat $HOME/app/app.py
|
32 |
-
|
33 |
CMD ["python3", "app.py"]
|
|
|
28 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
29 |
COPY --chown=user . $HOME/app
|
30 |
|
|
|
|
|
31 |
CMD ["python3", "app.py"]
|