File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.DS_Store
2-
2+ iris-main.log
33
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG IMAGE=intersystemsdc/iris-community
55ARG IMAGE=intersystemsdc/iris-community:preview
66FROM $IMAGE
77
8- WORKDIR /home/irisowner/irisbuild
8+ WORKDIR /home/irisowner/irisdev
99
1010# # install git
1111# # USER root
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ services:
1111 - 52773
1212 - 53773
1313 volumes :
14- - ./:/irisrun/repo
14+ - ./:/home/irisowner/irisdev
Original file line number Diff line number Diff line change 99 do ##class(Security.Services).Modify("%Service_CallIn",.prop)
1010
1111 // create IRISAPP namespace
12- do $SYSTEM.OBJ.Load("/home/irisowner/irisbuild /Installer.cls", "ck")
12+ do $SYSTEM.OBJ.Load("/home/irisowner/irisdev /Installer.cls", "ck")
1313 set sc = ##class(App.Installer).setup()
1414
1515
1616 // load all the code of the project as a ZPM package
1717 zn "IRISAPP"
18- zpm "load /home/irisowner/irisbuild / -v":1:1
18+ zpm "load /home/irisowner/irisdev / -v":1:1
1919 halt
You can’t perform that action at this time.
0 commit comments