From 8dae83044326f570f7193bd71905e3b8085fa0f1 Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 2 Jan 2023 22:52:23 +0100 Subject: [PATCH] Bugfixes on docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6818aaf..a39c091 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ WORKDIR /app RUN pip install -r requirements.txt -CMD ['python', "main.py"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file