add api to dockerfile
This commit is contained in:
parent
a403392e76
commit
634417f80b
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ RUN godep restore
|
|||
|
||||
# Add source
|
||||
ADD *.go /go/src/github.com/chihaya/chihaya/
|
||||
ADD api /go/src/github.com/chihaya/chihaya/api
|
||||
ADD backend /go/src/github.com/chihaya/chihaya/backend
|
||||
ADD cmd /go/src/github.com/chihaya/chihaya/cmd
|
||||
ADD config /go/src/github.com/chihaya/chihaya/config
|
||||
|
|
Loading…
Add table
Reference in a new issue