move mastercontainer.conf to the end

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2023-05-12 18:00:33 +02:00 committed by GitHub
parent 3b4d741c8e
commit f917f12932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,6 @@ EXPOSE 80
EXPOSE 8080
EXPOSE 8443
COPY mastercontainer.conf /etc/apache2/sites-available/mastercontainer.conf
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
COPY --from=docker /usr/local/bin/docker /usr/local/bin/docker
@ -111,6 +109,7 @@ RUN set -ex; \
COPY --chmod=775 *.sh /
COPY --chmod=664 Caddyfile /Caddyfile
COPY --chmod=664 supervisord.conf /supervisord.conf
COPY mastercontainer.conf /etc/apache2/sites-available/mastercontainer.conf
USER root