Skip to content

Commit 57b04e2

Browse files
committed
fix iop
1 parent 6c3fbc6 commit 57b04e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ ENV IRISUSERNAME "SuperUser"
4040
ENV IRISPASSWORD "SYS"
4141
ENV IRISNAMESPACE "IRISAPP"
4242

43+
RUN pip install iris-pex-embedded-python
44+
45+
ENV LD_LIBRARY_PATH=${ISC_PACKAGE_INSTALLDIR}/bin:${LD_LIBRARY_PATH}
46+
4347
COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} entrypoint.sh /
4448

4549
ENTRYPOINT [ "/tini", "--", "/entrypoint.sh" ]

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ set -m
77
/usr/irissys/dev/Cloud/ICM/waitISC.sh
88

99
# set default production
10-
iop -d dc.Python.Production
10+
iop --default dc.Python.Production
1111

1212
# start production
13-
iop grongier.pex -s &
13+
iop --start &
1414

1515
fg %1

0 commit comments

Comments
 (0)