summaryrefslogtreecommitdiff
path: root/Dockerfile (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-04Add tzdata to container imageGravatar daltux1-1/+2
Install Alpine package `tzdata` to the container image. When running it, set timezone from environment variable TZ if not empty.
2022-12-14Improve Docker image generationGravatar Óscar García Amor1-11/+15
2022-12-12Add docker-compose support, so a working development server with HTTPS can ↵Gravatar Toby Jaffey1-0/+12
be started with: docker-compose build && docker-compose up