Skip to content

Commit 5fae59c

Browse files
author
Shamal Faily
committed
Fix broken path
1 parent d592361 commit 5fae59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN pip3 install wheel --break-system-packages
2727
COPY docker/requirements.txt /
2828
RUN pip3 install -r requirements.txt --break-system-packages
2929
COPY docker/wsgi_requirements.txt /
30-
RUN pip3 install -r docker/wsgi_requirements.txt --break-system-packages
30+
RUN pip3 install -r wsgi_requirements.txt --break-system-packages
3131

3232
#Environment Variable starts from here
3333
ENV CAIRIS_SRC=/cairis/cairis

0 commit comments

Comments
 (0)