Merge branch 'feature/core' of https://dev.discours.io/discours.io/core into feature/core

This commit is contained in:
2024-01-27 11:48:24 +03:00
4 changed files with 40 additions and 47 deletions

View File

@@ -9,5 +9,7 @@ RUN apt-get update && apt-get install -y git gcc curl postgresql && \
poetry config virtualenvs.create false && \
poetry install --no-dev
EXPOSE 8000
# Run server when the container launches
CMD granian --no-ws --host 0.0.0.0 --port 8080 --interface asgi main:app
CMD python server.py