mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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 8080
|
||||||
EXPOSE 8443
|
EXPOSE 8443
|
||||||
|
|
||||||
COPY mastercontainer.conf /etc/apache2/sites-available/mastercontainer.conf
|
|
||||||
|
|
||||||
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
||||||
COPY --from=docker /usr/local/bin/docker /usr/local/bin/docker
|
COPY --from=docker /usr/local/bin/docker /usr/local/bin/docker
|
||||||
|
|
||||||
|
|
@ -111,6 +109,7 @@ RUN set -ex; \
|
||||||
COPY --chmod=775 *.sh /
|
COPY --chmod=775 *.sh /
|
||||||
COPY --chmod=664 Caddyfile /Caddyfile
|
COPY --chmod=664 Caddyfile /Caddyfile
|
||||||
COPY --chmod=664 supervisord.conf /supervisord.conf
|
COPY --chmod=664 supervisord.conf /supervisord.conf
|
||||||
|
COPY mastercontainer.conf /etc/apache2/sites-available/mastercontainer.conf
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue