We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a286b commit d9acef3Copy full SHA for d9acef3
target/web/Dockerfile
@@ -17,7 +17,8 @@ RUN curl -sSLf \
17
pdo_mysql \
18
redis \
19
zip && \
20
- rm /usr/local/bin/install-php-extensions
+ rm /usr/local/bin/install-php-extensions && \
21
+ cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
22
23
RUN apk add --no-cache \
24
nginx \
@@ -47,7 +48,6 @@ ENV MYSQL_HOST=db \
47
48
TRUSTED_PROXIES=172.16.0.0/12 \
49
DOCTRINE_DEPRECATIONS=track \
50
WAITSTART_TIMEOUT=1m \
- ADMIN_VER=${ADMIN_VER} \
51
DATABASE_URL="mysql://%env(MYSQL_USER)%:%env(MYSQL_PASSWORD)%@%env(MYSQL_HOST)%:%env(MYSQL_PORT)%/%env(MYSQL_DATABASE)%?serverVersion=8.4" \
52
COMPOSER_ALLOW_SUPERUSER=1 \
53
PHP_SESSION_SAVE_HANDLER=redis
0 commit comments