mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
apply suggestion
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c056879df4
commit
06d802fd43
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ RUN set -ex; \
|
||||||
|
|
||||||
VOLUME /root
|
VOLUME /root
|
||||||
|
|
||||||
COPY --chmod=775 start.sh /usr/bin/start.sh
|
COPY --chmod=770 *.sh /
|
||||||
COPY --chmod=775 backupscript.sh /backupscript.sh
|
|
||||||
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
|
||||||
ENTRYPOINT ["start.sh"]
|
|
||||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||||
|
|
Loading…
Reference in a new issue