Changing Caddyfile location
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2022-02-20 00:39:47 +01:00
parent 03c15f6884
commit 630c80dc1b
2 changed files with 1 additions and 3 deletions

View File

@ -16,8 +16,6 @@ VOLUME [ "/config" ]
WORKDIR /srv
COPY Caddyfile /etc/Caddyfile
COPY start.sh /start.sh
RUN chmod +x /start.sh

View File

@ -4,4 +4,4 @@ if [ -f "/usr/sbin/php-fpm7" ]; then
/usr/sbin/php-fpm7 --allow-to-run-as-root -D --fpm-config /etc/php7/php-fpm.conf
fi
caddy run --config /etc/Caddyfile --adapter caddyfile
caddy run --config /config/Caddyfile --adapter caddyfile