Skip to content

Commit c55253d

Browse files
Update aiohttp-pypy.dockerfile
1 parent f944078 commit c55253d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

frameworks/Python/aiohttp/aiohttp-pypy.dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
FROM pypy:3.11
22

3-
ADD ./requirements.txt /aiohttp/requirements.txt
4-
5-
RUN pip3 install cython==3.0.11 && \
6-
pip3 install -r /aiohttp/requirements.txt
7-
83
ADD ./ /aiohttp
94

105
WORKDIR /aiohttp
116

7+
RUN pip3 install cython==3.0.11 && \
8+
pip3 install -r /aiohttp/requirements.txt
9+
1210
ENV CONNECTION=RAW
1311

1412
EXPOSE 8080

0 commit comments

Comments
 (0)