mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-04 01:38: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
|
||||
|
||||
COPY --chmod=775 start.sh /usr/bin/start.sh
|
||||
COPY --chmod=775 backupscript.sh /backupscript.sh
|
||||
COPY --chmod=770 *.sh /
|
||||
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
|
||||
ENTRYPOINT ["start.sh"]
|
||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||
|
|
Loading…
Reference in a new issue