mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
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"
|