Skip to content

Commit 618fa61

Browse files
ci update
1 parent 8c25a90 commit 618fa61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ COPY --from=spl /opt/contracts/contracts/ /opt/contracts/
3535

3636
COPY --from=spl /opt/neon-cli /spl/bin/emulator
3737
COPY --from=neon_test_invoke_program /opt/neon-test-invoke-program-keypair.json /spl/bin/
38+
COPY --from=neon_test_invoke_program /opt/neon-test-invoke-program.sh /opt/
3839

3940
COPY proxy/operator-keypairs/id.json /root/.config/solana/
4041

proxy/docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
depends_on:
3636
solana:
3737
condition: service_healthy
38-
entrypoint: /opt/neon-test-invoke-program.sh
38+
entrypoint: bash -c "/opt/neon-test-invoke-program.sh"
3939

4040
postgres:
4141
container_name: postgres

0 commit comments

Comments
 (0)