We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d592361 commit 5fae59cCopy full SHA for 5fae59c
Dockerfile
@@ -27,7 +27,7 @@ RUN pip3 install wheel --break-system-packages
27
COPY docker/requirements.txt /
28
RUN pip3 install -r requirements.txt --break-system-packages
29
COPY docker/wsgi_requirements.txt /
30
-RUN pip3 install -r docker/wsgi_requirements.txt --break-system-packages
+RUN pip3 install -r wsgi_requirements.txt --break-system-packages
31
32
#Environment Variable starts from here
33
ENV CAIRIS_SRC=/cairis/cairis
0 commit comments