Skip to content
Snippets Groups Projects
Commit e4bed56d authored by DmitriiPetrov's avatar DmitriiPetrov
Browse files

Gitlab moving

parent c8854299
No related merge requests found
FROM registry.gitlab.mashplace.com/mashplace/devops/infrastructure/gobuild:1.15.6 as builder
WORKDIR /go/src/gitlab.mashroom.com/mashroom
WORKDIR /go/src/gitlab.mashplace.com/mashplace
COPY . .
RUN export GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOPRIVATE=gitlab.mashplace.com && \
cd backend/notes && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment