Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,7 +47,7 @@ RUN export MYSQLCLIENT_CFLAGS=`pkg-config mysqlclient --cflags`
|
|
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 |
RUN python3 -m pip install --upgrade pip
|
|
|
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 |
RUN python3 -m pip install --upgrade pip
|