Skip to content

Commit

Permalink
Fix image permissions error
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmonkey committed Jan 15, 2025
1 parent de2aa81 commit 0810000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN set -e; \
postgresql \
supervisor; \
ln -s /usr/sbin/php-fpm82 /usr/sbin/php-fpm; \
mkdir -p /run/postgresql /srv/config; \
mkdir -p /run/postgresql /srv/config /srv/data; \
chown -R dirigent:dirigent /run /srv;

COPY --from=composer_build /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 0810000

Please sign in to comment.