feat: added compose.yaml

This commit is contained in:
2026-08-21 11:39:28 +02:00
parent 99c2988070
commit 8e6e8fa951
8 changed files with 82 additions and 66 deletions
+2
View File
@@ -10,6 +10,8 @@ RUN go mod download
COPY "./internal" "./internal"
COPY "./cmd" "./cmd"
COPY "Makefile" "./Makefile"
# So make can fetch tag and commit
COPY "./.git" "./.git"
RUN make build