Skip to content

Commit

Permalink
fix Dockerfile-amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
kogeler committed Oct 9, 2024
1 parent 6c4793f commit 2f37b41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dockerfiles/Dockerfile-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ RUN useradd node --create-home -u 1000
USER node
WORKDIR /home/node

RUN /usr/local/bin/polkadot --version
RUN /usr/local/bin/polkadot-prepare-worker --version
RUN /usr/local/bin/polkadot-execute-worker --version

EXPOSE 30333 9944 9615

ENTRYPOINT ["/usr/local/bin/polkadot"]
Expand Down

0 comments on commit 2f37b41

Please sign in to comment.