Skip to content

Commit

Permalink
fix: dockerfile (#670)
Browse files Browse the repository at this point in the history
## fixes docker image

Sorry, while reviewing the node refactoring, I wasn't paying enough
attention to the docker image. The root folder for the chain specs
changed. This should also be reflected by the docker file.
  • Loading branch information
Ad96el committed Aug 20, 2024
1 parent d46997b commit 9089c46
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
Expand Up @@ -30,7 +30,7 @@ USER node
EXPOSE 30333 9933 9944
VOLUME ["/data"]

COPY ./dev-specs /node/dev-specs
COPY ./chainspecs /node/chainspecs

ENTRYPOINT ["/usr/local/bin/node-executable"]
CMD ["--help"]

0 comments on commit 9089c46

Please sign in to comment.