summaryrefslogtreecommitdiff
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tzdata to container imageGravatar daltux2025-09-041-1/+2
| | | | | Install Alpine package `tzdata` to the container image. When running it, set timezone from environment variable TZ if not empty.
* Improve Docker image generationGravatar Óscar García Amor2022-12-141-11/+15
|
* Add docker-compose support, so a working development server with HTTPS can ↵Gravatar Toby Jaffey2022-12-121-0/+12
be started with: docker-compose build && docker-compose up