Skip to content

Commit 704a5ad

Browse files
author
Paramtamtam
committed
Fix docker-entrypoint script
1 parent f1d759e commit 704a5ad

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-
#!/usr/bin/env bash
1+
#!/usr/bin/env sh
22
set -e
33

44
PHP_BIN=$(which php);

0 commit comments

Comments
 (0)