Still bug-fixing; using local port instead of unix sockets

This commit is contained in:
William Miceli
2020-01-03 19:50:53 -05:00
parent f177e82db6
commit d64585fb94
2 changed files with 5 additions and 7 deletions

View File

@@ -5,9 +5,6 @@ WORKDIR /
ARG RELEASE_VERSION
# So that OpenRC works properly
VOLUME [ /sys/fs/cgroup ]
# Copying in startup script
COPY /entrypoint.sh /
@@ -21,7 +18,8 @@ RUN apk update && apk add --no-cache\
openrc \
php7-fpm \
php7-gd \
&& rm /etc/nginx/conf.d/default.conf
&& rm /etc/nginx/conf.d/default.conf \
&& touch /run/openrc/softlevel
# Adding DokuWiki
RUN rm -rf /var/www/* \