Skip to content

Commit

Permalink
fix evm-subql build
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Apr 6, 2024
1 parent 325c5ab commit b03bf67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/evm-subql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ RUN unlink /usr/bin/python && \
COPY . .
RUN yarn install --immutable
RUN yarn workspace @acala-network/evm-subql pack
RUN chmod a+r packages/evm-subql/package.tgz

# =============

FROM subquerynetwork/subql-node-substrate:v3.10.1
LABEL maintainer="hello@acala.network"

# subql node changed defualt user to USER 1000
USER root

COPY --from=builder /app/packages/evm-subql/package.tgz /tmp
RUN tar -xvzf /tmp/package.tgz
RUN mv /package /app
Expand Down

0 comments on commit b03bf67

Please sign in to comment.