mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-08-07 22:33:46 +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
|
WORKDIR src
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
RUN go generate
|
|
||||||
RUN go build -o /out/mycorrhiza .
|
RUN go build -o /out/mycorrhiza .
|
||||||
|
|
||||||
FROM alpine/git as app
|
FROM alpine/git as app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user