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

Gitlab moving

parent ea0e0d29
Branches MP-970 Ssl_mode_enable
Tags cs
No related merge requests found
FROM registry.gitlab.mashplace.com/mashplace/devops/infrastructure/gobuild:1.15.6 as builder
WORKDIR /go/src/gitlab.mashplace.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/notification && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment