From 404b228cbf5964518c4b6d418c2a67b3bc89824e Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 26 May 2023 23:55:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20env=20variables=20from?= =?UTF-8?q?=20backend=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 9674411..a11f9ec 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -20,7 +20,4 @@ RUN pip install --no-cache-dir -r /app/requirements.txt WORKDIR /app -ENV CONFIG_PATH=./config.sample.yaml -ENV API_KEY=MwP7lbljnXIYAnmmmPRzasHsIknaiKqD - CMD ["python", "./main.py"]