We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943c6d0 commit fbe4acdCopy full SHA for fbe4acd
Dockerfile
@@ -35,6 +35,7 @@ RUN set -eux; \
35
pkg-cleanup; \
36
setcap cap_net_bind_service=+ep /usr/sbin/nginx; \
37
rm -f $PHP_INI_DIR/conf.d/docker-php-ext-xdebug.ini; \
38
+ rm -f $PHP_INI_DIR/conf.d/docker-php-ext-protobuf.ini; \
39
mv $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
40
mv /app.ini $PHP_INI_DIR/conf.d/app.ini; \
41
rm -rf /var/www/*; \
0 commit comments