Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Jul 22, 2024
1 parent 06cb8e7 commit 04b205a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ COPY --from=builder /es-node/build/ /es-node/build/
RUN apk add --no-cache bash curl libstdc++ gcompat libgomp

# Entrypoint
COPY --from=builder /es-node/init.sh /es-node/
COPY --from=builder /es-node/run.sh /es-node/
RUN chmod +x /es-node/run.sh
RUN chmod +x /es-node/init.sh /es-node/run.sh
WORKDIR /es-node

EXPOSE 9545 9222 30305/udp

0 comments on commit 04b205a

Please sign in to comment.