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
4 changed files with 2 additions and 8 deletions

5
.gitignore vendored
View File

@@ -150,8 +150,3 @@ backups/
.ruff_cache
.venv
poetry.lock
.devcontainer/devcontainer.json
localhost-key.pem
.gitignore
discoursio.db
localhost.pem

View File

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

View File

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

View File

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