File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ COPY ./src/cls ./src/cls
1919
2020RUN iris start $ISC_PACKAGE_INSTANCENAME quietly && \
2121 /bin/echo -e \
22+ "zn \" %SYS\"\n " \
2223 " Do ##class(Security.Users).UnExpireUserPasswords(\" *\" )\n " \
24+ "zn \" USER\"\n " \
2325 " Do \$ system.OBJ.Load(\" /opt/app/Installer.cls\" ,\" ck\" )\n " \
2426 " Set sc = ##class(App.Installer).setup(, 3)\n " \
2527 " If 'sc do \$ zu(4, \$ JOB, 1)\n " \
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ RUN mkdir -p /tmp/deps \
2222
2323RUN iris start $ISC_PACKAGE_INSTANCENAME quietly && \
2424 /bin/echo -e \
25+ "zn \"%SYS\"\n" \
2526 " Do ##class(Security.Users).UnExpireUserPasswords(\"*\")\n" \
27+ "zn \"USER\"\n" \
2628 " Do \$system.OBJ.Load(\"/tmp/deps/zpm.xml\", \"ck\")" \
2729 " Do \$system.OBJ.Load(\"/opt/app/Installer.cls\",\"ck\")\n" \
2830 " Set sc = ##class(App.Installer).setup(, 3)\n" \
You can’t perform that action at this time.
0 commit comments