Skip to content

Commit

Permalink
fix: arguments for postgres+rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk committed Apr 8, 2024
1 parent 225c4e9 commit ed878e7
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", "--perm-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"]
CMD ["sh", "-c", "/app/stratus"]

0 comments on commit ed878e7

Please sign in to comment.