diff --git a/Dockerfile b/Dockerfile index 0be1ca3..35f737d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge +FROM alpine:3.8 MAINTAINER Paul Smith # Add repos diff --git a/start.sh b/start.sh index fae2bd1..6dde5e4 100755 --- a/start.sh +++ b/start.sh @@ -80,5 +80,8 @@ echo "Clearing any old processes..." rm -f /run/apache2/apache2.pid rm -f /run/apache2/httpd.pid +# Just incase that the 'apache2' folder is missing in the container +mkdir /run/apache2 > /dev/null + echo "Starting apache..." httpd -D FOREGROUND