Skip to content

Commit f944078

Browse files
Update aiohttp-orm.dockerfile
1 parent b44f688 commit f944078

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

frameworks/Python/aiohttp/aiohttp-orm.dockerfile

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

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

105
WORKDIR /aiohttp
116

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

1412
EXPOSE 8080

0 commit comments

Comments
 (0)