Skip to content

Commit 622dadf

Browse files
committed
Update shebang from /bin/bash to /usr/bin/env bash
1 parent df3a5c4 commit 622dadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eo pipefail
33
shopt -s nullglob
44

0 commit comments

Comments
 (0)