From 37639615bb8089f32191e6883cedff4bb3b5ef5d Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Thu, 4 Jan 2024 19:05:54 +0000 Subject: [PATCH] removed traces of apache usage --- magoe/Dockerfile | 1 - magoe/entrypoint | 1 - 2 files changed, 2 deletions(-) diff --git a/magoe/Dockerfile b/magoe/Dockerfile index 23d3d10..f89e867 100644 --- a/magoe/Dockerfile +++ b/magoe/Dockerfile @@ -14,7 +14,6 @@ COPY lighttpd.conf /etc/lighttpd/lighttpd.conf VOLUME /var/www/magoe EXPOSE 80 -STOPSIGNAL SIGWINCH ENV MAGOE_URL http://localhost ENTRYPOINT ["/usr/bin/dumb-init", "--", "/usr/local/bin/entrypoint"] diff --git a/magoe/entrypoint b/magoe/entrypoint index 40e71ec..d3ad913 100755 --- a/magoe/entrypoint +++ b/magoe/entrypoint @@ -2,6 +2,5 @@ set -e mkdir -p /var/www/html -chown -R apache:apache /var/www/html exec "$@"