https dev fix + util cleanup

This commit is contained in:
JurajKubrican
2025-08-04 21:02:30 +02:00
parent db8fd17376
commit 71cab63397
7 changed files with 31 additions and 28 deletions

View File

@@ -12,7 +12,7 @@ RUN go mod download
COPY ./src ./src
# Build the Go binary with static linking for Linux
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /server ./src
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -o /server ./src
COPY ./views ./views
COPY ./build_number ./build_number