chore: fix dockerfile and update ci/cd piplines
Some checks failed
Backend ci / build (push) Failing after 1m29s
Some checks failed
Backend ci / build (push) Failing after 1m29s
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
RUN go mod tidy
|
||||
RUN go build -ldflags "-s -w" -o backend ./cmd/main.go
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user