reorder copy from generated config

This commit is contained in:
duhow 2024-08-30 14:52:39 +02:00
parent 50ca277113
commit b7406dca7d
No known key found for this signature in database

View file

@ -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 && \