From 0cc23e68e0b06ea48a23f4c6877eaf7621ffc5e1 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Sat, 8 Jan 2022 18:06:05 +0100 Subject: [PATCH] feat(api): alerts changed dockerfile --- api/Dockerfile.alerts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile.alerts b/api/Dockerfile.alerts index 69e2a1184..5299a24f5 100644 --- a/api/Dockerfile.alerts +++ b/api/Dockerfile.alerts @@ -4,7 +4,7 @@ LABEL Maintainer="KRAIEM Taha Yassine" WORKDIR /work COPY . . RUN pip install -r requirements.txt -RUN mv .env.default .env && rm app.py && ren app_alerts.py app.py +RUN mv .env.default .env && rm app.py && mv app_alerts.py app.py ENV pg_minconn 2 # Add Tini