mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 10:16:42 +00:00
Fix python path for user scripts
This commit is contained in:
parent
2ea8b51b34
commit
69438464bf
@ -48,5 +48,6 @@ COPY --from=build /build/build/sist2 /root/sist2
|
|||||||
# sist2-admin
|
# sist2-admin
|
||||||
WORKDIR /root/sist2-admin
|
WORKDIR /root/sist2-admin
|
||||||
COPY sist2-admin/requirements.txt /root/sist2-admin/
|
COPY sist2-admin/requirements.txt /root/sist2-admin/
|
||||||
RUN python3 -m pip install --no-cache -r /root/sist2-admin/requirements.txt
|
RUN ln /usr/bin/python3 /usr/bin/python
|
||||||
|
RUN python -m pip install --no-cache -r /root/sist2-admin/requirements.txt
|
||||||
COPY --from=build /build/sist2-admin/ /root/sist2-admin/
|
COPY --from=build /build/sist2-admin/ /root/sist2-admin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user