From fc1c1b79b401e2456d25b8fcaa5ae675c04dc700 Mon Sep 17 00:00:00 2001 From: slaventius Date: Wed, 15 Mar 2023 17:31:42 +0300 Subject: [PATCH] * --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6822d46..932db22 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ ARG project_name="test3k_auth" RUN apk add git ENV GOPRIVATE=git.slaventius.ru/* ENV GOINSECURE=git.slaventius.ru -WORKDIR /go/${project_dir} +WORKDIR /go${project_dir} COPY --from=downloader /tmp${project_dir} . RUN go build -ldflags="-s -w" -o ./${project_name} ./cmd/main.go #