From 3962e827c7c229ab90db5febf8713611b9e2dc09 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Sat, 6 Mar 2021 22:37:00 +0100 Subject: [PATCH] Fix dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1723114..dcb875a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,3 @@ RUN pip3 install poetry && \ poetry install --no-dev ENV DYNACONF_DATA_DIR=/data CMD ["python", "main.py"] ->>>>>>> Add cleanup function