trig-deploy

This commit is contained in:
Untone 2024-01-25 11:12:19 +03:00
parent fce949603e
commit 87cd8de5ab

View File

@ -18,5 +18,5 @@ RUN apt-get update && apt-get install -y gcc curl && \
poetry config virtualenvs.create false && \
poetry install --no-dev
# Run server.py when the container launches
# Run server when the container launches
CMD granian --interface asgi main:app