aboutsummaryrefslogtreecommitdiff
path: root/examples/docker-entrypoint.sh
AgeCommit message (Collapse)Author
2026-02-25Deleted useless debugging code in examples/docker-entrypoint.sh.grunfink
2025-09-04Add tzdata to container imagedaltux
Install Alpine package `tzdata` to the container image. When running it, set timezone from environment variable TZ if not empty.
2023-05-05Updated examples/docket-entrypoint.sh.default
snac init now prompts for an optional admin email address.
2022-12-14Improve Docker image generationÓscar García Amor
2022-12-12Add docker-compose support, so a working development server with HTTPS can ↵Toby Jaffey
be started with: docker-compose build && docker-compose up