From 8686204e0f638c36e41a0631c3b96d9d2b5cd869 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sat, 19 Feb 2022 12:25:23 +0300 Subject: [PATCH] Docker: Delete the line I am not testing it --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 579dc57..8355b0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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