Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,7 +34,7 @@ ENV HOME=/home/user \
|
|
| 34 |
# Set the working directory to the user's home directory
|
| 35 |
WORKDIR $HOME/app
|
| 36 |
|
| 37 |
-
COPY --chown=user results/ $HOME/results/
|
| 38 |
COPY --chown=user main.py /workspace/main.py
|
| 39 |
|
| 40 |
RUN ls -lsa
|
|
|
|
| 34 |
# Set the working directory to the user's home directory
|
| 35 |
WORKDIR $HOME/app
|
| 36 |
|
| 37 |
+
COPY --chown=user results/ $HOME/app/results/
|
| 38 |
COPY --chown=user main.py /workspace/main.py
|
| 39 |
|
| 40 |
RUN ls -lsa
|