Skip to content

Commit

Permalink
fix: Correct load test image entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Dec 2, 2024
1 parent e97d271 commit 2774f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion load-tests/Dockerfile.machine
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY entrypoint.sh ./

RUN npm install -g tsx

ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["bash", "./entrypoint.sh"]
2 changes: 1 addition & 1 deletion load-tests/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -e

Expand Down

0 comments on commit 2774f5b

Please sign in to comment.