Progress.

This commit is contained in:
2025-01-24 03:29:54 +01:00
parent 2e3b85d7f7
commit ba83922660
42 changed files with 1050 additions and 210 deletions
+2 -1
View File
@@ -37,4 +37,5 @@ RUN pip install --upgrade pip
RUN pip install -e .
EXPOSE 8081
CMD ["gunicorn", "-w", "10", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"]
python -m snek.app
#CMD ["gunicorn", "-w", "10", "-k", "aiohttp.worker.GunicornWebWorker", "snek.gunicorn:app","--bind","0.0.0.0:8081"]