We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaab12 commit 9a4477aCopy full SHA for 9a4477a
Dockerfile
@@ -11,5 +11,5 @@ COPY ./config/php/productive.ini /etc/php7/conf.d/90-productive.ini
11
COPY . /var/www/html
12
13
# Create required directories listed in .dockerignore
14
-RUN mkdir -p runtime web/assets var/session \
15
- && chown www-data:www-data runtime web/assets var/session
+RUN mkdir -p runtime web/assets var/sessions \
+ && chown www-data:www-data runtime web/assets var/sessions
0 commit comments