FROM python:3.12-slim WORKDIR /app COPY relay.py . ENV PORT=8091 EXPOSE 8091 # The falah-ibaas email connector (handler.py) is bind-mounted at # /opt/falah-ibaas/connectors/email at runtime — see docker service create. CMD ["python3", "relay.py"]