mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
fixed and updated dockerfile
This commit is contained in:
parent
4a7d915ebb
commit
724f3c88b3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.12-alpine as builder
|
FROM golang:1.15-alpine as builder
|
||||||
COPY . /go/src/github.com/documize/community
|
COPY . /go/src/github.com/documize/community
|
||||||
RUN cd /go/src/github.com/documize/community
|
WORKDIR /go/src/github.com/documize/community
|
||||||
RUN env GOOS=linux GOARCH=amd64 GODEBUG=tls13=1 go build -mod=vendor -o bin/documize-community-linux-amd64 ./edition/community.go
|
RUN env GOOS=linux GOARCH=amd64 GODEBUG=tls13=1 go build -mod=vendor -o bin/documize-community-linux-amd64 ./edition/community.go
|
||||||
|
|
||||||
# build release image
|
# build release image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue