Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|