Skip to content

Commit

Permalink
Use COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Feb 17, 2018
1 parent 6a1221d commit 323c9f0
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
@@ -1,7 +1,7 @@
FROM golang:1.9.4-alpine3.7
MAINTAINER Atsushi Nagase<a@ngs.io>

ADD . /go/src/github.com/ngs/ts-dakoku
COPY . /go/src/github.com/ngs/ts-dakoku
RUN go install github.com/ngs/ts-dakoku

ENTRYPOINT ["/go/bin/ts-dakoku"]
Expand Down

0 comments on commit 323c9f0

Please sign in to comment.