Skip to content

Commit bc9bc06

Browse files
committed
Fix Dockerfile
1 parent 1b2bdef commit bc9bc06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ WORKDIR /app
4141

4242
COPY --from=op /app/op-node/bin/op-node ./
4343
COPY --from=geth /app/build/bin/geth ./
44-
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
45-
COPY geth-entrypoint .
46-
COPY op-node-entrypoint .
44+
RUN cd /etc/supervisor/conf.d/ && wget https://raw.githubusercontent.com/base-org/node/main/supervisord.conf
45+
RUN wget https://raw.githubusercontent.com/base-org/node/main/geth-entrypoint
46+
RUN wget https://raw.githubusercontent.com/base-org/node/main/op-node-entrypoint
4747
RUN mkdir mainnet sepolia
4848
RUN cd mainnet && wget https://raw.githubusercontent.com/base-org/node/main/mainnet/genesis-l2.json && wget https://raw.githubusercontent.com/base-org/node/main/mainnet/rollup.json
4949
RUN cd sepolia && wget https://raw.githubusercontent.com/base-org/node/main/sepolia/rollup.json && wget https://raw.githubusercontent.com/base-org/node/main/sepolia/genesis-l2.json

0 commit comments

Comments
 (0)