From b0acad860e40c52f5da1b3ee247abef7cb40fd39 Mon Sep 17 00:00:00 2001 From: Zhenyu Sun Date: Sat, 22 Feb 2025 13:00:05 +0000 Subject: [PATCH] build(docker): update Dockerfile for notification --- apps/notification/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/notification/Dockerfile b/apps/notification/Dockerfile index 8f7bdd0..cf60fab 100644 --- a/apps/notification/Dockerfile +++ b/apps/notification/Dockerfile @@ -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