fixup! Update code constraints.

This commit is contained in:
2022-12-10 13:30:57 +00:00
parent e9e05973a4
commit 957f17f0a5
2 changed files with 4 additions and 2 deletions
-2
View File
@@ -1,7 +1,5 @@
FROM golang:1-bullseye as baseimg
WORKDIR /go/src/app
ENV GO111MODULE=on CGO_ENABLED=1 GOOS=linux
COPY . /go/src/app/
RUN make build