From b7406dca7d8694a7c948d11ebfcb21d5f7898f4c Mon Sep 17 00:00:00 2001 From: duhow Date: Fri, 30 Aug 2024 14:52:39 +0200 Subject: [PATCH] reorder copy from generated config --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39aa458e..9e0bf8c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -136,8 +136,8 @@ ARG PHP_VERSION # Set working dir WORKDIR /var/www/html -COPY --chown=www-data:www-data . . COPY --from=apache-config / / +COPY --chown=www-data:www-data . . # Setup apache2 RUN a2dissite 000-default.conf && \