Skip to content

Commit

Permalink
Add missing schema to Docker image (uber#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark authored and samarabbas committed Feb 18, 2019
1 parent 4ea4568 commit 8d6adbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN chmod a+x $CADENCE_HOME/start.sh
COPY --from=builder /go/src/github.com/uber/cadence/cadence-cassandra-tool /cadence
COPY --from=builder /go/src/github.com/uber/cadence/cadence /cadence
COPY --from=builder /go/src/github.com/uber/cadence/cadence-server /cadence
COPY --from=builder /go/src/github.com/uber/cadence/schema/ /cadence/schema/

WORKDIR $CADENCE_HOME
CMD ./start.sh $CADENCE_HOME

0 comments on commit 8d6adbf

Please sign in to comment.