mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-02 21:32:34 +00:00
docker: fix workdir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user