Skip to content

Commit ca7ff6d

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
clean up dockerfile because of 20193 features
1 parent 0c89380 commit ca7ff6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ COPY ./src/cls ./src/cls
1717
#COPY --chown=irisowner ./src/dfi ./src/dfi
1818

1919

20-
RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
21-
/bin/echo -e "sys\nsys\n" \
20+
RUN iris start $ISC_PACKAGE_INSTANCENAME quietly && \
21+
/bin/echo -e \
2222
" Do ##class(Security.Users).UnExpireUserPasswords(\"*\")\n" \
2323
" Do \$system.OBJ.Load(\"/opt/app/Installer.cls\",\"ck\")\n" \
2424
" Set sc = ##class(App.Installer).setup(, 3)\n" \

0 commit comments

Comments
 (0)