Skip to content

Commit

Permalink
fix: api-compare compose init permissions (#4316)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored May 13, 2024
1 parent 2f4a98e commit 8e64487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/api_compare/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
environment:
- FIL_PROOFS_PARAMETER_CACHE=${FIL_PROOFS_PARAMETER_CACHE}
entrypoint: [ "/bin/bash", "-c" ]
user: 0:0
command:
- |
set -euxo pipefail
Expand Down

0 comments on commit 8e64487

Please sign in to comment.