From db683e86f889be956f8871a1cf776b5353eeb9b7 Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Thu, 22 Sep 2016 14:39:45 +0300 Subject: [PATCH] Entrypoint added --- entrypoint.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100755 index 0000000..9358ec0 --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +/usr/bin/apache2ctl start +/usr/bin/mysqld_safe