1
0
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:
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
COPY . .
ENV CGO_ENABLED=0
RUN go generate
RUN go build -o /out/mycorrhiza .
FROM alpine/git as app