oops fuck

This commit is contained in:
darmiel 2021-05-17 18:15:06 +02:00
parent 448b801f5e
commit 1797bd02c2

View file

@ -15,7 +15,7 @@ RUN go mod graph | awk '{if ($1 !~ "@") print $2}' | xargs go get
COPY . .
# Build from sources
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -flags client,server -o yaxc .
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -tags client,server -o yaxc .
# Output Image
FROM alpine