Skip to content

Commit

Permalink
Add missing static files. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost authored Nov 19, 2019
1 parent c2d221a commit 55d4dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ EXPOSE 8080

COPY --from=0 /go/bin/rankdb /usr/bin/rankdb
COPY --from=0 /go/bin/rankdb-cli /usr/bin/rankdb-cli
COPY api/public /api/public
COPY api/swagger /api/swagger
COPY conf/conf.stub.toml /conf/conf.toml
COPY cmd/docker-entrypoint.sh /usr/bin/

Expand Down

0 comments on commit 55d4dc9

Please sign in to comment.