This commit is contained in:
Ilyastarcek
2025-11-07 15:57:27 +03:00
parent 1aff196155
commit e9cf63c1fb
14 changed files with 10232 additions and 10232 deletions

View File

@@ -6,4 +6,4 @@ WORKDIR /app
RUN pip install -r requirements.txt
CMD ["./start_server.sh"]
ENTRYPOINT ["/app/start_server.sh"]