From 704a5ad22cfcc7fc1a4ad802aefcc66fbc7fabe7 Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Fri, 24 Aug 2018 22:18:19 +0500 Subject: [PATCH] Fix docker-entrypoint script --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index e0ea0f65..0ac4f95c 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh set -e PHP_BIN=$(which php);