Skip to content

Commit

Permalink
fix build docker images in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod authored and GrapeBaBa committed Sep 26, 2024
1 parent 35d6a78 commit 789851e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/node.dock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN ./gradlew clean buildJarForDocker
FROM ghcr.io/graalvm/graalvm-community:21

WORKDIR /usr/local/bin
COPY --from=builder /root/hildr/hildr-node/build/docker/hildr.jar .
COPY --from=builder /root/hildr/build/docker/hildr.jar .
COPY --from=builder /root/hildr/docker/start-hildr-node.sh .
ENV HILDR_JAR /usr/local/bin/hildr.jar
ENV HILDR_MAIN_CLASS io.optimism.Hildr
Expand Down

0 comments on commit 789851e

Please sign in to comment.