|
|
|
@ -129,5 +129,6 @@ RUN set -ex; \
|
|
|
|
COPY *.sh upgrade.exclude /
|
|
|
|
COPY *.sh upgrade.exclude /
|
|
|
|
COPY config/* /usr/src/nextcloud/config/
|
|
|
|
COPY config/* /usr/src/nextcloud/config/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HEALTHCHECK CMD ["curl", "--fail", "http://localhost/status.php"]
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
CMD ["%%CMD%%"]
|
|
|
|
CMD ["%%CMD%%"]
|
|
|
|
|