Skip to content

Commit 9a4477a

Browse files
committed
Fix session directory
1 parent 5aaab12 commit 9a4477a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ COPY ./config/php/productive.ini /etc/php7/conf.d/90-productive.ini
1111
COPY . /var/www/html
1212

1313
# 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
14+
RUN mkdir -p runtime web/assets var/sessions \
15+
&& chown www-data:www-data runtime web/assets var/sessions

0 commit comments

Comments
 (0)