osbm commited on
Commit
7cdfd28
·
1 Parent(s): 91845b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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