apply suggestion

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-03 17:42:04 +02:00
parent c056879df4
commit 06d802fd43

View file

@ -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"