Skip to content

Commit 11948d9

Browse files
committed
fixed overlay issues
1 parent 01e4d83 commit 11948d9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
5757
COPY ./other/dcanalytics.json /usr/irissys/csp/dsw/configs/
5858

5959
COPY ./buildiknow.sh ./
60+
COPY ./fixoverlay.sh ./
6061

61-
CMD [ "-l", "/usr/irissys/mgr/messages.log", "-a", "/opt/app/buildiknow.sh" ]
62+
CMD [ "-l", "/usr/irissys/mgr/messages.log", "-a", "/opt/app/buildiknow.sh", "-b", "/opt/app/fixoverlay.sh" ]

fixoverlay.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
find /usr/irissys/mgr -name IRIS.DAT -exec touch {} \;
4+

0 commit comments

Comments
 (0)