adjust order

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-04-10 16:59:10 +02:00
parent 2d8fb5a97e
commit ae67c81526

View file

@ -10,12 +10,12 @@ ENV SOURCE_LOCATION /usr/src/nextcloud
ENV NEXTCLOUD_VERSION 28.0.4 ENV NEXTCLOUD_VERSION 28.0.4
ENV AIO_TOKEN 123456 ENV AIO_TOKEN 123456
ENV AIO_URL localhost ENV AIO_URL localhost
COPY supervisord.conf /supervisord.conf
# AIO settings end # Do not remove or change this line! # AIO settings end # Do not remove or change this line!
COPY --chmod=775 *.sh / COPY --chmod=775 *.sh /
COPY --chmod=774 upgrade.exclude /upgrade.exclude COPY --chmod=774 upgrade.exclude /upgrade.exclude
COPY config/*.php / COPY config/*.php /
COPY supervisord.conf /supervisord.conf
VOLUME /mnt/ncdata VOLUME /mnt/ncdata
VOLUME /var/www/html VOLUME /var/www/html