Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Apr 6, 2024
1 parent 1eb5cea commit 1007851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/subql-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ LABEL maintainer="[email protected]"

VOLUME ["/app"]
WORKDIR /app/packages/evm-subql

# has to override entry point for now
# https://github.com/subquery/subql/pull/2344
ENTRYPOINT ["/sbin/tini", "--", "/bin/run"],

0 comments on commit 1007851

Please sign in to comment.