Skip to content

Commit 58be08c

Browse files
Update aiohttp.dockerfile
1 parent 831595d commit 58be08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/aiohttp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ WORKDIR /aiohttp
1111

1212
EXPOSE 8080
1313

14-
CMD gunicorn app.gunicorn:app -c gunicorn_conf.py
14+
CMD python3 -O -m gunicorn app.gunicorn:app -c gunicorn_conf.py

0 commit comments

Comments
 (0)