emaillppp / Dockerfile
dragg2's picture
Create Dockerfile
0e1fecb verified
raw
history blame contribute delete
192 Bytes
FROM ghcr.io/zeropointsix/outlook-email-plus:latest
ENV PORT=7860
EXPOSE $PORT
CMD ["sh", "-c", "gunicorn -w 1 -b 0.0.0.0:${PORT:-5000} --timeout 120 --access-logfile - web_outlook_app:app"]