Skip to content

Commit

Permalink
Merge pull request #87 from gonzalezzfelipe/fix/init-build
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Nov 27, 2024
2 parents 97c1849 + 904030d commit eca9dc5
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 eca9dc5

Please sign in to comment.