Skip to content

Commit 06fc6f2

Browse files
authored
fix: add var/share directory creation (#880)
1 parent b14d183 commit 06fc6f2

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
@@ -87,7 +87,7 @@ RUN set -eux; \
8787
COPY --link --exclude=frankenphp/ . ./
8888

8989
RUN set -eux; \
90-
mkdir -p var/cache var/log; \
90+
mkdir -p var/cache var/log var/share; \
9191
composer dump-autoload --classmap-authoritative --no-dev; \
9292
composer dump-env prod; \
9393
composer run-script --no-dev post-install-cmd; \

0 commit comments

Comments
 (0)