summaryrefslogtreecommitdiff
path: root/examples/docker-entrypoint.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tzdata to container imageGravatar daltux2025-09-041-2/+6
| | | | | Install Alpine package `tzdata` to the container image. When running it, set timezone from environment variable TZ if not empty.
* Updated examples/docket-entrypoint.sh.Gravatar default2023-05-051-1/+1
| | | | snac init now prompts for an optional admin email address.
* Improve Docker image generationGravatar Óscar García Amor2022-12-141-3/+4
|
* Add docker-compose support, so a working development server with HTTPS can ↵Gravatar Toby Jaffey2022-12-121-0/+6
be started with: docker-compose build && docker-compose up