1 Commits

Author SHA1 Message Date
Stepan Vladovskiy
6796ad2451 feat: move map from nginx sigil to nginx global config
Some checks failed
Deploy to discoursio-api / deploy (push) Failing after 8s
2025-01-30 12:38:44 -03:00
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim FROM python:slim
WORKDIR /app WORKDIR /app
EXPOSE 8080 EXPOSE 8080

View File

@@ -1,4 +1,4 @@
aiohttp==3.8.6 aiohttp
alembic==1.11.3 alembic==1.11.3
ariadne>=0.17.0 ariadne>=0.17.0
asyncio~=3.4.3 asyncio~=3.4.3

View File

@@ -1 +0,0 @@
python-3.11.7