From 64cbcadddb0d0c826370b11eda500c515b164a5a Mon Sep 17 00:00:00 2001 From: Xanders25 Date: Mon, 16 Dec 2024 19:45:16 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e00b5f0..99496e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . /app EXPOSE 5000 # Command to run the application -CMD ["python", "app/app.py"] \ No newline at end of file +CMD ["python", "app.py"] \ No newline at end of file