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 0e66165 commit 5d5d7a9Copy full SHA for 5d5d7a9
src/variations/frankenphp/Dockerfile
@@ -27,7 +27,7 @@ RUN set -eux; \
27
/etc/frankenphp/ssl-mode \
28
/etc/frankenphp/log-level \
29
/etc/frankenphp/auto-https \
30
- /etc/frankenphp/caddyfile.d; \
+ /etc/frankenphp/caddyfile.d \
31
/etc/frankenphp/caddyfile-global.d; \
32
# Create default index.php
33
echo '<?php phpinfo();' > /var/www/html/public/index.php; \
0 commit comments