Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -45,7 +45,7 @@ ENV HOME=/home/user \
|
|
45 |
|
46 |
# Set the working directory to the user's home directory
|
47 |
#WORKDIR $HOME/app
|
48 |
-
RUN chmod -R 755 $HOME/app
|
49 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
50 |
COPY --chown=user . $HOME/app
|
51 |
#CMD ["python3", "-m", "app"]
|
|
|
45 |
|
46 |
# Set the working directory to the user's home directory
|
47 |
#WORKDIR $HOME/app
|
48 |
+
#RUN chmod -R 755 $HOME/app
|
49 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
50 |
COPY --chown=user . $HOME/app
|
51 |
#CMD ["python3", "-m", "app"]
|