Commit f1efeea8 authored by Кирсанов Иван Леонидович's avatar Кирсанов Иван Леонидович
Browse files

Update Dockerfile

2 merge requests!5Develop,!4Develop
Pipeline #73444 failed with stages
in 25 seconds
Showing with 3 additions and 1 deletion
+3 -1
FROM golang:1.17-alpine
WORKDIR /myapp
WORKDIR /go/src/myapp
COPY . .
RUN go get myapp
RUN pwd
RUN ls ms-cat-master
......
Supports Markdown
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