некоторые правки

This commit is contained in:
artem 2023-04-27 13:20:14 +03:00
parent a4081bb71d
commit 62e4dc587b
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ RUN pip3 install -r requirements.txt
COPY . /app/ COPY . /app/
EXPOSE 4150 EXPOSE 4150
WORKDIR /app WORKDIR /app/server
ENTRYPOINT ["python", "server", "main.py"] ENTRYPOINT ["python", "main.py"]