Skip to content

Commit fde1b5d

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
namespace fix
1 parent 08b93dc commit fde1b5d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ COPY ./src/cls ./src/cls
1919

2020
RUN 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" \

Dockerfile-zpm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ RUN mkdir -p /tmp/deps \
2222

2323
RUN 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" \

0 commit comments

Comments
 (0)