FROM ghcr.io/presenton/presenton:latest RUN apt-get update && apt-get install -y socat && rm -rf /var/lib/apt/lists/* EXPOSE 7860 CMD socat TCP-LISTEN:7860,fork,reuseaddr TCP:127.0.0.1:80 & exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf