We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfdb28 commit 164b78bCopy full SHA for 164b78b
1 file changed
php/frankenphp.Dockerfile
@@ -137,7 +137,15 @@ FROM app-frankenphp-base AS frankenphp-base-dev
137
USER root
138
139
ENV PHP_XDEBUG_HOST=host.docker.internal \
140
- PHP_XDEBUG_MODE=off
+ PHP_XDEBUG_MODE=off \
141
+ PHP_ASSERT=1 \
142
+ COMPOSER_CACHE_DIR=/.cache/composer/ \
143
+ YARN_CACHE_FOLDER=/.cache/yarn/ \
144
+ npm_config_cache=/.cache/npm/ \
145
+ TIDEWAYS_DAEMON=""
146
+
147
+# enable debugging with PhpStorm
148
+ENV PHP_IDE_CONFIG="serverName=localhost"
149
150
RUN <<EOF
151
set -e
0 commit comments