mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 13:56:45 +08:00
546f11a654
Signed-off-by: Simon L. <szaimen@e.mail.de>
8 lines
200 B
Docker
8 lines
200 B
Docker
# syntax=docker/dockerfile:latest
|
|
FROM ghcr.io/nextcloud-releases/whiteboard:v1.0.1
|
|
|
|
COPY --chmod=775 start.sh /start.sh
|
|
|
|
ENTRYPOINT ["/start.sh"]
|
|
|
|
LABEL com.centurylinklabs.watchtower.enable="false"
|