lydianish commited on
Commit
8897a5d
·
verified ·
1 Parent(s): 6eb33c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -75,10 +75,10 @@ ENV PYTHONPATH $PYTHONPATH:$LASER/source
75
  ENV HOME /home/user
76
  ENV PATH $HOME/.local/bin:$PATH
77
 
78
- WORKDIR $HOME
79
- RUN mkdir app
80
  # Set the working directory to the user's home directory
81
- WORKDIR $HOME/app
82
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
83
  COPY --chown=user . $HOME/app
84
 
 
75
  ENV HOME /home/user
76
  ENV PATH $HOME/.local/bin:$PATH
77
 
78
+ # WORKDIR $HOME
79
+ # RUN mkdir app
80
  # Set the working directory to the user's home directory
81
+ # WORKDIR $HOME/app
82
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
83
  COPY --chown=user . $HOME/app
84