Skip to content

Commit

Permalink
Switch to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubenkov committed Apr 8, 2024
1 parent 77bc2de commit c992381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Change to the correct directory
cd /usr/src/app;
# Run Pancake tests
. ./docker/run.sh;
/bin/bash ./docker/run.sh;
# Aggregate the result reports
. ./docker/report.sh;

0 comments on commit c992381

Please sign in to comment.