Commit graph

7 commits

Author SHA1 Message Date
7038b3e4ae
feat(docker): optimize Dockerfile for multi-stage builds
- Introduced a builder stage to separate build dependencies.
- Added a dev stage for runtime dependencies and live reload tools.
- Reduced image size by cleaning up unnecessary files in the builder
stage.
- Improved build efficiency by copying only necessary files to the dev
stage.
2025-04-27 14:20:08 +02:00
db1fa2cbd9
feat: update Go version and dependencies
Updated Go version to 1.24 and upgraded dependencies to their latest
compatible versions. This includes updates to Dockerfiles, go.mod,
and go.sum. Regenerated templated files with templ v0.3.857.
2025-04-23 17:31:46 +02:00
9a6b6ef0c3
fix cronjob (#45)
fixes #32
2025-02-23 22:38:32 +01:00
f4250fb275
cleanup 2024-08-23 08:21:22 +02:00
47ee4f2168
upgrade to Go 1.23 2024-08-21 07:41:54 +02:00
e37228ba31
improve dev dockerfile 2024-08-19 13:59:41 +02:00
6eb7e272a4
use docker dev env 2024-08-09 15:33:33 +02:00