From 6d22d78882ae69d8013156d01791fa70a1227a7f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 13 Aug 2022 23:14:35 +0300 Subject: [PATCH] #36 Removing duplicated variables in Dockerfile after rebase. --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba73587..b8a77a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,11 +8,6 @@ RUN pip install -r requirements.txt ENV PYTHONUNBUFFERED=1 -# App settings -ENV RSSBOT_DSN=xxx -ENV RSSBOT_TG_TOKEN=xxx -ENV LOG_LEVEL=INFO - # App settings # https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING ENV RSSBOT_DSN=postgres://username:password@hostname/database_name