From 62e4dc587bc9c17125d1a9baf1d1fc16a01c026a Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 27 Apr 2023 13:20:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D1=8B=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Dockerfile b/server/Dockerfile index da71252..c98c713 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -8,7 +8,7 @@ RUN pip3 install -r requirements.txt COPY . /app/ EXPOSE 4150 -WORKDIR /app +WORKDIR /app/server -ENTRYPOINT ["python", "server", "main.py"] +ENTRYPOINT ["python", "main.py"]