mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-02-03 20:59:19 +00:00
Docker: Delete the line
I am not testing it
This commit is contained in:
parent
74099922a3
commit
8686204e0f
@ -2,7 +2,6 @@ FROM golang:alpine as build
|
||||
WORKDIR src
|
||||
COPY . .
|
||||
ENV CGO_ENABLED=0
|
||||
RUN go generate
|
||||
RUN go build -o /out/mycorrhiza .
|
||||
|
||||
FROM alpine/git as app
|
||||
|
Loading…
Reference in New Issue
Block a user