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 330ea24 commit eaca689Copy full SHA for eaca689
Dockerfile
@@ -76,7 +76,6 @@ ENV APP_ENV=prod
76
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
77
78
COPY --link frankenphp/conf.d/20-app.prod.ini $PHP_INI_DIR/app.conf.d/
79
-COPY --link frankenphp/worker.Caddyfile /etc/caddy/worker.Caddyfile
80
81
# prevent the reinstallation of vendors at every changes in the source code
82
COPY --link composer.* symfony.* ./
0 commit comments