Skip to content

Commit 5f5193b

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
fix the "lost execute flag" for the sh script
1 parent 442e9ed commit 5f5193b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ USER root
99

1010
WORKDIR /opt/irisapp
1111
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp
12+
COPY irissession.sh /
13+
RUN chmod +x /irissession.sh
1214

1315
USER irisowner
1416

1517
COPY Installer.cls .
1618
COPY src src
17-
COPY irissession.sh /
1819
SHELL ["/irissession.sh"]
1920

2021
RUN \

0 commit comments

Comments
 (0)