From cc5545d7b1d6d0579e411d4143469566bce42254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= Date: Sun, 3 Mar 2024 00:23:06 +0100 Subject: [PATCH] /t --- back/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/back/Dockerfile b/back/Dockerfile index def62e6..b92e50d 100644 --- a/back/Dockerfile +++ b/back/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10-alpine -WORKDIR /app +WORKDIR /t COPY . . @@ -10,4 +10,4 @@ EXPOSE 3005 RUN pip install gunicorn -CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:3005", "--chdir", "/app", "app:app"] \ No newline at end of file +CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:3005", "--chdir", "/t", "app:app"] \ No newline at end of file