Skip to content

Commit 164b78b

Browse files
committed
fix: add missing envs
1 parent 1bfdb28 commit 164b78b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

php/frankenphp.Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,15 @@ FROM app-frankenphp-base AS frankenphp-base-dev
137137
USER root
138138

139139
ENV PHP_XDEBUG_HOST=host.docker.internal \
140-
PHP_XDEBUG_MODE=off
140+
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"
141149

142150
RUN <<EOF
143151
set -e

0 commit comments

Comments
 (0)