FROM debian:bullseye ENV DEBIAN_FRONTEND noninteractive RUN apt update RUN apt install -y nginx supervisor emacs-nox procps RUN apt clean COPY supervisord.conf /etc/supervisor/ COPY nginx.conf /etc/nginx/sites-available/default ENTRYPOINT supervisord -c /etc/supervisor/supervisord.conf