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 831595d commit 58be08cCopy full SHA for 58be08c
frameworks/Python/aiohttp/aiohttp.dockerfile
@@ -11,4 +11,4 @@ WORKDIR /aiohttp
11
12
EXPOSE 8080
13
14
-CMD gunicorn app.gunicorn:app -c gunicorn_conf.py
+CMD python3 -O -m gunicorn app.gunicorn:app -c gunicorn_conf.py
0 commit comments