We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18907b6 commit 45f3b11Copy full SHA for 45f3b11
Dockerfile
@@ -7,6 +7,7 @@ RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisbuild
7
USER ${ISC_PACKAGE_MGRUSER}
8
9
COPY src src
10
+COPY module.xml module.xml
11
COPY iris.script iris.script
12
13
RUN iris start IRIS \
iris.script
@@ -1,6 +1,9 @@
1
zn "%SYS"
2
Do ##class(Security.Users).UnExpireUserPasswords("*")
3
zn "USER"
4
-zpm "install webterminal"
5
-Do $System.OBJ.LoadDir("/opt/irisbuild/src","cuk")
+;zpm "install webterminal"
+;Do $System.OBJ.LoadDir("/opt/irisbuild/src","cuk")
6
+
+zpm "load /opt/irisbuild/ -v":1
halt
xmodule.xml module.xml
src/dump.cls src/zrcc/G/dump.cls
0 commit comments