test-asgi

This commit is contained in:
2024-01-25 01:09:11 +03:00
parent 91025d453f
commit 7c8b58d613
5 changed files with 15 additions and 61 deletions

View File

@@ -19,4 +19,4 @@ RUN apt-get update && apt-get install -y gcc curl && \
poetry install --no-dev
# Run server.py when the container launches
CMD ["python", "server.py"]
CMD ["python", "main.py"]