Skip to content

Commit

Permalink
Fix Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax authored and matfax committed Dec 29, 2018
1 parent cb4361f commit feece07
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,7 +1,7 @@
FROM gofunky/golang:1.11.0-alpine3.8 as builder

COPY . $GOPATH/src/gofunky/tuplip
WORKDIR $GOPATH/src/gofunky/tuplip/
COPY . $GOPATH/src/github.com/gofunky/tuplip
WORKDIR $GOPATH/src/github.com/gofunky/tuplip/

ENV GOOS=linux
ENV GOARCH=amd64
Expand Down

0 comments on commit feece07

Please sign in to comment.