Skip to content

Commit e94083f

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
with web term
1 parent 504ccfc commit e94083f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile-zpm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ SHELL ["/irissession.sh"]
2525

2626
RUN \
2727
do $SYSTEM.OBJ.Load("Installer.cls", "ck") \
28-
Do $system.OBJ.Load(\"/tmp/deps/zpm.xml", "ck") \
28+
Do $system.OBJ.Load("/tmp/deps/zpm.xml", "ck") \
29+
zpm "install webterminal" \
2930
set sc = ##class(App.Installer).setup()
3031

3132

irissession.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ iris start $ISC_PACKAGE_INSTANCENAME quietly
44

55
cat << EOF | iris session $ISC_PACKAGE_INSTANCENAME -U %SYS
66
do ##class(%SYSTEM.Process).CurrentDirectory("$PWD")
7-
Do ##class(Security.Users).UnExpireUserPasswords(\"*\")
7+
Do ##class(Security.Users).UnExpireUserPasswords("*")
88
$@
9-
if '\$Get(sc) do ##class(%SYSTEM.Process).Process.Terminate(, 1)
9+
if '\$Get(sc) do ##class(%SYSTEM.Process).Terminate(, 1)
1010
do ##class(SYS.Container).QuiesceForBundling()
1111
do ##class(SYS.Container).SetMonitorStateOK("irisowner")
1212
halt

0 commit comments

Comments
 (0)