Skip to content

Commit 0fb6a05

Browse files
author
Mikhail Podtserkovskiy
committed
fix
1 parent 0e3522c commit 0fb6a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM golang:1.8.1
22

3-
COPY ./ ${GOPATH}/src/jsonwire-grid
3+
COPY ./ ${GOPATH}/src/github.com/qa-dev/jsonwire-grid/
44

5-
WORKDIR ${GOPATH}/src/jsonwire-grid
5+
WORKDIR ${GOPATH}/src/github.com/qa-dev/jsonwire-grid/
66
ENV CONFIG_PATH ./config.json
77

88
RUN make

0 commit comments

Comments
 (0)