Skip to content

Commit

Permalink
fix dockerfile with gomodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Moreno Gimenez committed May 3, 2020
1 parent 2310ce4 commit 51221fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache gcc g++ bash git

WORKDIR $GOPATH/src/github.com/toni-moreno/syncflux

COPY vendor vendor
COPY go.mod go.sum ./

COPY pkg pkg
COPY .git .git
Expand Down

0 comments on commit 51221fd

Please sign in to comment.