🔥 Remove env variables from backend dockerfile

This commit is contained in:
2023-05-26 23:55:58 +02:00
parent e2ff90cd5f
commit 404b228cbf

View File

@@ -20,7 +20,4 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
WORKDIR /app WORKDIR /app
ENV CONFIG_PATH=./config.sample.yaml
ENV API_KEY=MwP7lbljnXIYAnmmmPRzasHsIknaiKqD
CMD ["python", "./main.py"] CMD ["python", "./main.py"]