Skip to content

Commit 5d5d7a9

Browse files
committed
Fix Dockerfile syntax by correcting line continuation for Caddy configuration paths
1 parent 0e66165 commit 5d5d7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variations/frankenphp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -eux; \
2727
/etc/frankenphp/ssl-mode \
2828
/etc/frankenphp/log-level \
2929
/etc/frankenphp/auto-https \
30-
/etc/frankenphp/caddyfile.d; \
30+
/etc/frankenphp/caddyfile.d \
3131
/etc/frankenphp/caddyfile-global.d; \
3232
# Create default index.php
3333
echo '<?php phpinfo();' > /var/www/html/public/index.php; \

0 commit comments

Comments
 (0)