mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
10 lines
182 B
Docker
10 lines
182 B
Docker
FROM makeplane/caddy:latest
|
|
|
|
COPY ./Caddyfile.template /etc/caddy/Caddyfile
|
|
|
|
COPY ./caddy.sh /docker-entrypoint.sh
|
|
|
|
RUN chmod +x /docker-entrypoint.sh
|
|
|
|
CMD ["/docker-entrypoint.sh"]
|