From da556e0128aa9274abf75445bdaa9655e1d6d806 Mon Sep 17 00:00:00 2001 From: Blagovest Petrov Date: Fri, 7 Oct 2016 14:55:32 +0300 Subject: [PATCH] Shell moved from bash to ash due to compatibility with Alpine Linux --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 62d16254..8a21ccc2 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/ash set -e if [ ! -e '/var/www/html/version.php' ]; then