Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Jun 4, 2024
1 parent 4594b5f commit 6b31b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-image/koi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM alpine:3 as step0

RUN apk update \
&& apk add curl \
&& curl -L -o /tmp/koi.json https://raw.githubusercontent.com/paseo-network/runtimes/main/chain-specs/paseo.raw.json \
&& chown 1000:1000 /tmp/koi.json
&& curl -L -o /tmp/paseo.raw.json https://raw.githubusercontent.com/paseo-network/runtimes/main/chain-specs/paseo.raw.json \
&& chown 1000:1000 /tmp/paseo.raw.json


FROM ghcr.io/darwinia-network/darwinia:koi-6630

COPY --from=step0 /tmp/koi.json /home/darwinia/darwinia-nodes/koi.json
COPY --from=step0 /tmp/paseo.raw.json /home/darwinia/darwinia-nodes/paseo.raw.json

0 comments on commit 6b31b78

Please sign in to comment.