moriire commited on
Commit
7aeb587
1 Parent(s): 1bc73e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- #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
 
 
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