Skip to content

Commit 0810000

Browse files
committed
Fix image permissions error
1 parent de2aa81 commit 0810000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN set -e; \
6161
postgresql \
6262
supervisor; \
6363
ln -s /usr/sbin/php-fpm82 /usr/sbin/php-fpm; \
64-
mkdir -p /run/postgresql /srv/config; \
64+
mkdir -p /run/postgresql /srv/config /srv/data; \
6565
chown -R dirigent:dirigent /run /srv;
6666

6767
COPY --from=composer_build /usr/bin/composer /usr/bin/composer

0 commit comments

Comments
 (0)