mirror of
https://github.com/darmiel/yaxc.git
synced 2024-12-26 01:01:24 +08:00
oops fuck
This commit is contained in:
parent
448b801f5e
commit
1797bd02c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue