From 50895cb69bb8204bd4ff9d2c81aa5fbb76ac42e5 Mon Sep 17 00:00:00 2001 From: "OP (oppenheimer)" <21008429+Ompragash@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:41:21 +0530 Subject: [PATCH] Update Dockerfile Fixed EOL issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b92e10..cdce824 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN apk --no-cache add python3 COPY main.py /app/ -CMD ["python3", "/app/main.py"] \ No newline at end of file +CMD ["python3", "/app/main.py"]