1
0
Fork 0

Update Dockerfile

master
Ambrose Chua 2018-09-17 12:02:03 +08:00 committed by GitHub
parent 802d56d1c4
commit 917b508b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@ FROM golang:1.10-alpine as go
# args # args
ARG version="1.0.0" ARG version="1.0.0"
ARG repo="github.com/productionwentdown/text-server"
# source # source
WORKDIR $GOPATH/src/text-server WORKDIR $GOPATH/src/${repo}
COPY . . COPY . .
# build # build