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 58be08c commit c0303c3Copy full SHA for c0303c3
frameworks/Python/aiohttp/aiohttp-pg-raw.dockerfile
@@ -11,4 +11,4 @@ ENV CONNECTION=RAW
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