Skip to content

Commit 31be4e6

Browse files
Update aiohttp-gunicorn.dockerfile
1 parent 6658cc2 commit 31be4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Python/aiohttp/aiohttp-gunicorn.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADD ./ /aiohttp
55
WORKDIR aiohttp
66

77
RUN pip3 install cython==3.0.11 gunicorn==23.0.0 && \
8-
pip3 install -r /aiohttp/requirements.txt
8+
pip3 install -r /aiohttp/requirements-cpython.txt
99

1010
ENV CONNECTION=RAW
1111

0 commit comments

Comments
 (0)