We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9785d commit c648308Copy full SHA for c648308
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN set -eux; \
19
/app/public \
20
/config/caddy \
21
/data/caddy \
22
- /etc/caddy; \
+ /etc/caddy \
23
/etc/frankenphp; \
24
sed -i 's/php/frankenphp run/g' /usr/local/bin/docker-php-entrypoint; \
25
echo '<?php phpinfo();' > /app/public/index.php
0 commit comments