1
0
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:
Timur Ismagilov 2022-02-19 12:25:23 +03:00
parent 74099922a3
commit 8686204e0f

View File

@ -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