We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ebb31 commit caf4d7fCopy full SHA for caf4d7f
Dockerfile
@@ -24,9 +24,9 @@ RUN apt-get install -y build-essential \
24
25
RUN pip3 install wheel --break-system-packages
26
#Installing Python modules
27
-COPY requirements.txt /
28
-RUN pip3 install -r docker/requirements.txt --break-system-packages
29
-COPY wsgi_requirements.txt /
+COPY docker/requirements.txt /
+RUN pip3 install -r requirements.txt --break-system-packages
+COPY docker/wsgi_requirements.txt /
30
RUN pip3 install -r docker/wsgi_requirements.txt --break-system-packages
31
32
#Environment Variable starts from here
0 commit comments