mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01: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"]
|