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