File size: 192 Bytes
0e1fecb
 
 
 
 
 
1
2
3
4
5
6
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"]