muryshev commited on
Commit
1554eeb
·
1 Parent(s): b7484d7
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
15
  # Create and set the working directory
16
  RUN mkdir /var/www
17
  RUN mkdir /var/www/tmp
 
18
  ENV HOME /var/www
19
  WORKDIR /var/www
20
  COPY . /var/www
 
15
  # Create and set the working directory
16
  RUN mkdir /var/www
17
  RUN mkdir /var/www/tmp
18
+ RUN chmod +w /var/www/tmp
19
  ENV HOME /var/www
20
  WORKDIR /var/www
21
  COPY . /var/www