Skip to content

Commit 45f3b11

Browse files
committed
fix zpm install
1 parent 18907b6 commit 45f3b11

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisbuild
77
USER ${ISC_PACKAGE_MGRUSER}
88

99
COPY src src
10+
COPY module.xml module.xml
1011
COPY iris.script iris.script
1112

1213
RUN iris start IRIS \

iris.script

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
zn "%SYS"
22
Do ##class(Security.Users).UnExpireUserPasswords("*")
33
zn "USER"
4-
zpm "install webterminal"
5-
Do $System.OBJ.LoadDir("/opt/irisbuild/src","cuk")
4+
;zpm "install webterminal"
5+
;Do $System.OBJ.LoadDir("/opt/irisbuild/src","cuk")
6+
7+
zpm "load /opt/irisbuild/ -v":1
8+
69
halt

xmodule.xml module.xml

File renamed without changes.

src/dump.cls src/zrcc/G/dump.cls

File renamed without changes.

0 commit comments

Comments
 (0)