We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3fbc6 commit 57b04e2Copy full SHA for 57b04e2
Dockerfile
@@ -40,6 +40,10 @@ ENV IRISUSERNAME "SuperUser"
40
ENV IRISPASSWORD "SYS"
41
ENV IRISNAMESPACE "IRISAPP"
42
43
+RUN pip install iris-pex-embedded-python
44
+
45
+ENV LD_LIBRARY_PATH=${ISC_PACKAGE_INSTALLDIR}/bin:${LD_LIBRARY_PATH}
46
47
COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} entrypoint.sh /
48
49
ENTRYPOINT [ "/tini", "--", "/entrypoint.sh" ]
entrypoint.sh
@@ -7,9 +7,9 @@ set -m
7
/usr/irissys/dev/Cloud/ICM/waitISC.sh
8
9
# set default production
10
-iop -d dc.Python.Production
+iop --default dc.Python.Production
11
12
# start production
13
-iop grongier.pex -s &
+iop --start &
14
15
fg %1
0 commit comments