Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,7 +47,7 @@ ENV HOME=/home/user \
|
|
47 |
#RUN export MYSQLCLIENT_LDFLAGS=`pkg-config mysqlclient --libs`
|
48 |
# Set the working directory to the user's home directory
|
49 |
WORKDIR $HOME/app
|
50 |
-
RUN chmod -R 755 $HOME/app
|
51 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
52 |
COPY --chown=user . $HOME/app
|
53 |
|
|
|
47 |
#RUN export MYSQLCLIENT_LDFLAGS=`pkg-config mysqlclient --libs`
|
48 |
# Set the working directory to the user's home directory
|
49 |
WORKDIR $HOME/app
|
50 |
+
#RUN chmod -R 755 $HOME/app
|
51 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
52 |
COPY --chown=user . $HOME/app
|
53 |
|