mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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…
Add table
Add a link
Reference in a new issue