Skip to content

Commit ba9269b

Browse files
committed
Copy the file to the correct path
1 parent 8998d92 commit ba9269b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frankenphp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY --from=composer/composer:2-bin /composer /usr/local/bin/
2525
ENV COMPOSER_ALLOW_SUPERUSER 1
2626

2727
WORKDIR /opt/drupal
28-
COPY Caddyfile /etc/caddy/Caddyfile
28+
COPY Caddyfile /etc/frankenphp/Caddyfile
2929
RUN set -eux; \
3030
chown -R www-data:www-data web/sites web/modules web/themes; \
3131
rm -rf /app/public; \

0 commit comments

Comments
 (0)