Skip to content

Commit

Permalink
Merge pull request #327 from oasisprotocol/andrew7234/statecheck-docker
Browse files Browse the repository at this point in the history
include codegen files in docker image
  • Loading branch information
Andrew7234 authored Feb 24, 2023
2 parents e3e260f + cae81d5 commit af53220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/indexer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update -q -q && \

COPY --from=oasis-indexer-builder /code/go/oasis-indexer /usr/local/bin/oasis-indexer
COPY --from=oasis-indexer-builder /code/go/storage/migrations /storage/migrations/
COPY . /oasis-indexer
COPY --from=oasis-indexer-builder /code/go/ /oasis-indexer
COPY --from=openapi-builder /api/spec/v1.html api/spec/v1.html

ENTRYPOINT ["oasis-indexer"]

0 comments on commit af53220

Please sign in to comment.