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

Update Dockerfile

2 merge requests!5Develop,!4Develop
Pipeline #73400 failed with stages
in 29 seconds
Showing with 4 additions and 4 deletions
+4 -4
......@@ -4,12 +4,12 @@ WORKDIR /app1
COPY . .
RUN cd ms-cat-master
RUN pwd
RUN ls
RUN go mod init
RUN go build ./ms-cat-master
RUN go build .
CMD ["./ms-cat-master/ms-cat"]
CMD ["./ms-cat"]
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