From f7cf2333c534102a56d19f1f3460c2574a987df2 Mon Sep 17 00:00:00 2001 From: Lukian Date: Tue, 10 Dec 2024 11:33:07 +0100 Subject: [PATCH] Saataa Andagii ! --- client/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/Dockerfile b/client/Dockerfile index a40d5e2..ffe8373 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,7 +1,5 @@ FROM python:alphine - WORKDIR /app +COPY . . +CMD ["python3","app.py"] -COPY . /app - -CMD ["python3","/app.py"] \ No newline at end of file