Skip to content

Commit

Permalink
Merge pull request #258 from onflow/gregor/copy-test-keys
Browse files Browse the repository at this point in the history
Copy test keys in docker
  • Loading branch information
sideninja authored May 20, 2024
2 parents d89b9fa + 617d5fd commit 2153407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update

COPY --from=app-builder /app/bin /flow-evm-gateway/app
COPY --from=app-builder /app/previewnet-keys.json /flow-evm-gateway/previewnet-keys.json
COPY --from=app-builder /app/migration-keys.json /flow-evm-gateway/migration-keys.json

EXPOSE 8545

Expand Down

0 comments on commit 2153407

Please sign in to comment.