build(docker): update Dockerfile for notification

This commit is contained in:
Zhenyu Sun 2025-02-22 13:00:05 +00:00
parent 8f799c60ff
commit b0acad860e

View File

@ -4,7 +4,6 @@ FROM python:3.10-slim-buster
ARG CONTAINER_APP_ROOT=/app
ENV APP_NAME=notification
#site_settings
ENV SERVICE_API_ACCESS_HOST=0.0.0.0
ENV SERVICE_API_ACCESS_PORT=8003
ENV RABBITMQ_HOST=localhost