Skip to content

Commit

Permalink
fix binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonStephens committed Oct 23, 2024
1 parent dccd2c4 commit a8699e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dockerfiles/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENTRYPOINT ["/bin/sh", "-c", "/usr/local/bin/emily-server --host $HOST --port $P

# Create Docker image to run the signer.
FROM debian:bookworm-slim AS signer
COPY --from=build /code/sbtc/target/debug/sbtc-signer /usr/local/bin/sbtc-signer
COPY --from=build /code/sbtc/target/debug/signer /usr/local/bin/signer
ENTRYPOINT ["/usr/local/bin/signer --config /signer-config.toml --migrate-db"]

# Create Docker image to run the blocklist client.
Expand Down

0 comments on commit a8699e5

Please sign in to comment.