Skip to content

Commit

Permalink
docker: fix workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Jan 6, 2020
1 parent 95f50c1 commit f52b060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:latest
ENV GOPATH="/go/"
WORKDIR /go/src/mark
ENV GOPATH="/go"
WORKDIR /go/src/github.com/kovetskiy/mark
COPY / .
RUN make get
RUN make build
Expand Down

0 comments on commit f52b060

Please sign in to comment.