| 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"] |
| 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"] |