From cef93181fd921080de52f29765d52a25e77b4984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 29 Mar 2020 13:35:19 +0200 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a551683..0ca2e4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY . ./ RUN pip3 install --no-cache-dir -r requirements.txt -CMD ["python3" "app.py"] +CMD ["python3", "app.py"] diff --git a/app.py b/app.py index 6cf1ec4..4aaddda 100644 --- a/app.py +++ b/app.py @@ -13,4 +13,4 @@ __version__text__ = "1" sentry_sdk.init("https://0a106e104e114bc9a3fa47f9cb0db2f4@sentry.kmlabz.com/10") if __name__ == "__main__": - print("Producer") \ No newline at end of file + print("Producer")