Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 44s

This commit is contained in:
2025-01-13 20:52:18 +00:00
parent 353a525b0c
commit 2d95e92f93

View File

@@ -1,4 +1,5 @@
FROM golang:1.23.3
RUN mkdir /data
COPY data/* /data
WORKDIR /app
COPY go.mod go.sum ./