osbm commited on
Commit
91845b0
·
1 Parent(s): 2654b50

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -34,6 +34,8 @@ ENV HOME=/home/user \
34
  # Set the working directory to the user's home directory
35
  WORKDIR $HOME/app
36
 
 
37
  COPY --chown=user main.py /workspace/main.py
38
 
 
39
  CMD ["python", "/workspace/main.py"]
 
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
41
  CMD ["python", "/workspace/main.py"]