Skip to content

Commit

Permalink
fix: Wrong path on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Nov 27, 2024
1 parent 97c1849 commit 904030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/images/init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RUN unzip -d bin hydra-x86_64-linux-0.19.0.zip
RUN cp /var/hydra-node/bin/hydra-node /hydra-node
RUN chmod +x /hydra-node

COPY docker/entrypoint.sh /entrypoint.sh
COPY .github/images/init/entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]

0 comments on commit 904030d

Please sign in to comment.