slask2
Some checks failed
Build and Publish / BuildAndDeploy (push) Failing after 35s

This commit is contained in:
matst80
2025-05-15 19:33:19 +02:00
parent dfeb16a877
commit 8715c7ea34
2 changed files with 3 additions and 12 deletions

View File

@@ -2,8 +2,9 @@
FROM golang:alpine AS build-stage
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
COPY go.mod ./
#COPY go.mod go.sum ./
#RUN go mod download
COPY *.go ./
COPY pkg ./pkg