Skip to content

Commit

Permalink
fix: revert ENTRYPOINT -> RUN (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk authored Sep 26, 2024
1 parent b7bfbe0 commit 5ecfcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cargo build --release
# Set '--user="$(id -u):$(id -g)"' to make the result file owned by the calling user.
# The mounted folder on the host must already exist and be owned by the same user for this to work.
WORKDIR /out
RUN [ "/build/scripts/build-deb.sh", "/build/target/release/concordium-rosetta" ]
ENTRYPOINT [ "/build/scripts/build-deb.sh", "/build/target/release/concordium-rosetta" ]

# Copy binary to slim image.
FROM ${base_image}
Expand Down

0 comments on commit 5ecfcd0

Please sign in to comment.