Skip to content

Instantly share code, notes, and snippets.

@jkpe
Created October 14, 2022 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkpe/ae85fb81c6e60cd0f98f3d7c31d4be82 to your computer and use it in GitHub Desktop.
Save jkpe/ae85fb81c6e60cd0f98f3d7c31d4be82 to your computer and use it in GitHub Desktop.
FROM caddy:2
ADD Caddyfile /etc/caddy/Caddyfile
EXPOSE 80
CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment