Skip to content

Commit

Permalink
add temp-storage and evms to Dockerfile execution (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalone authored Apr 4, 2024
1 parent 35979c3 commit 16ed8d5
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 @@ -19,4 +19,4 @@ FROM rust:1.75 as runtime
WORKDIR /app
COPY --from=builder /app/target/release/stratus /app/stratus

CMD ["sh", "-c", "/app/stratus", "--pem-storage=$PERM_STORAGE", "--perm-storage-connections=$PERM_STORAGE_CONNECTIONS", "--perm-storage-timeout=$PERM_STORAGE_TIMEOUT", "--chain-id=$CHAIN_ID", "--blocking-threads=$BLOCKING_THREADS"]
CMD ["sh", "-c", "/app/stratus", "--pem-storage=$PERM_STORAGE", "--perm-storage-connections=$PERM_STORAGE_CONNECTIONS", "--perm-storage-timeout=$PERM_STORAGE_TIMEOUT", "--chain-id=$CHAIN_ID", "--blocking-threads=$BLOCKING_THREADS", "--temp-storage=$TEMP_STORAGE_KIND", "--evms=$NUM_EVMS"]

0 comments on commit 16ed8d5

Please sign in to comment.