mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
docker: fix workdir
This commit is contained in:
parent
95f50c1a34
commit
f52b060b64
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user