Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
serverwentdown authored Sep 17, 2018
1 parent 802d56d commit 917b508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ FROM golang:1.10-alpine as go

# args
ARG version="1.0.0"
ARG repo="github.com/productionwentdown/text-server"

# source
WORKDIR $GOPATH/src/text-server
WORKDIR $GOPATH/src/${repo}
COPY . .

# build
Expand Down

0 comments on commit 917b508

Please sign in to comment.