We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d05a9a commit 195ee97Copy full SHA for 195ee97
frameworks/Python/aiohttp/aiohttp-gunicorn.dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13
+FROM python:latest
2
3
ADD ./ /aiohttp
4
@@ -11,4 +11,4 @@ ENV CONNECTION=RAW
11
12
EXPOSE 8080
13
14
-CMD python3 -O -m gunicorn app.gunicorn:app -c gunicorn_conf.py
+CMD python3 -O -m gunicorn app.gunicorn:app -c gunicorn_conf.py
0 commit comments