Skip to content

Commit

Permalink
enable fireblocks feature for prod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Nov 13, 2024
1 parent 7a1a6de commit c21c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/blobstream0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKDIR /app
COPY . .

# Build the project
RUN cargo build -p blobstream0 --release --features prebuilt-docker
RUN cargo build -p blobstream0 --release --features prebuilt-docker,fireblocks

# Create a new stage for a smaller final image
FROM debian:bullseye-slim as final
Expand Down

0 comments on commit c21c487

Please sign in to comment.