Skip to content

Commit b03bf67

Browse files
committed
fix evm-subql build
1 parent 325c5ab commit b03bf67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/evm-subql/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ RUN unlink /usr/bin/python && \
1515
COPY . .
1616
RUN yarn install --immutable
1717
RUN yarn workspace @acala-network/evm-subql pack
18-
RUN chmod a+r packages/evm-subql/package.tgz
1918

2019
# =============
2120

2221
FROM subquerynetwork/subql-node-substrate:v3.10.1
2322
LABEL maintainer="[email protected]"
2423

24+
# subql node changed defualt user to USER 1000
25+
USER root
26+
2527
COPY --from=builder /app/packages/evm-subql/package.tgz /tmp
2628
RUN tar -xvzf /tmp/package.tgz
2729
RUN mv /package /app

0 commit comments

Comments
 (0)