Skip to content

Commit b44f688

Browse files
Update aiohttp-nginx.dockerfile
1 parent e829512 commit b44f688

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

frameworks/Python/aiohttp/aiohttp-nginx.dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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
RUN apt-get update && apt-get install -y nginx
94

105
ADD ./ /aiohttp
116

127
WORKDIR /aiohttp
138

9+
RUN pip3 install cython==3.0.11 && \
10+
pip3 install -r /aiohttp/requirements-cpython.txt
11+
1412
ENV CONNECTION=RAW
1513

1614
EXPOSE 8080

0 commit comments

Comments
 (0)