We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3522c commit 0fb6a05Copy full SHA for 0fb6a05
Dockerfile
@@ -1,8 +1,8 @@
1
FROM golang:1.8.1
2
3
-COPY ./ ${GOPATH}/src/jsonwire-grid
+COPY ./ ${GOPATH}/src/github.com/qa-dev/jsonwire-grid/
4
5
-WORKDIR ${GOPATH}/src/jsonwire-grid
+WORKDIR ${GOPATH}/src/github.com/qa-dev/jsonwire-grid/
6
ENV CONFIG_PATH ./config.json
7
8
RUN make
0 commit comments