mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-04 01:38:41 +08:00
move mastercontainer.conf to the end
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
3b4d741c8e
commit
f917f12932
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue