slaventius 2 years ago
parent 6e72707a6a
commit e67988990c
  1. 2
      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
#

Loading…
Cancel
Save