Skip to content

Commit

Permalink
chore: fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed committed Aug 24, 2023
1 parent 72dd0bd commit 8ffe3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nodlecode/chain:2.2.2

RUN mkdir /custom-wasm
WORKDIR /custom-wasm
ADD ./runtime_eden.compact.compressed.wasm /custom-wasm/runtime_eden.compact.compressed.wasm

ENTRYPOINT ["nodle-parachain"]

0 comments on commit 8ffe3ed

Please sign in to comment.