diff --git a/build/Dockerfile b/build/Dockerfile index 73b75b8..bd14fc8 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ ARG project_name="test3k_auth_db" 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 #