Skip to content

Commit 369d645

Browse files
use correct manifest
1 parent a5a337f commit 369d645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otp-docker/otp-graph-build-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
target: /etc/caddy/
2323
add-status-json-nonce:
2424
image: alpine
25-
command: "/bin/sh -e ./add-nonce.sh"
25+
command: /bin/sh -e "mv otp-runner-graph-build-manifest.json otp-runner-server-only-manifest.json && ./add-nonce.sh"
2626
depends_on:
2727
download-bundle:
2828
condition: service_completed_successfully

0 commit comments

Comments
 (0)