Skip to content

Commit

Permalink
removed traces of apache usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jan 4, 2024
1 parent 34783ef commit 3763961
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion magoe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 0 additions & 1 deletion magoe/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
set -e

mkdir -p /var/www/html
chown -R apache:apache /var/www/html

exec "$@"

0 comments on commit 3763961

Please sign in to comment.