fix #38

Merged
emmatveev merged 1 commits from master into prod 2024-12-29 13:21:21 +03:00
Showing only changes of commit d4dc42451b - Show all commits

View File

@ -9,5 +9,6 @@ RUN pip install -r requirements.txt
COPY . .
ENV PYTHONUNBUFFERED=1
EXPOSE 1239
ENTRYPOINT ["fastapi", "run", "main.py", "--port", "1239"]