We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8998d92 commit ba9269bCopy full SHA for ba9269b
1 file changed
frankenphp/Dockerfile
@@ -25,7 +25,7 @@ COPY --from=composer/composer:2-bin /composer /usr/local/bin/
25
ENV COMPOSER_ALLOW_SUPERUSER 1
26
27
WORKDIR /opt/drupal
28
-COPY Caddyfile /etc/caddy/Caddyfile
+COPY Caddyfile /etc/frankenphp/Caddyfile
29
RUN set -eux; \
30
chown -R www-data:www-data web/sites web/modules web/themes; \
31
rm -rf /app/public; \
0 commit comments