Skip to content

Commit

Permalink
added chmod for irissession
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Mar 23, 2021
1 parent 5c79abb commit 104557d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ USER root
WORKDIR /opt/irisapp
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp

USER irisowner
USER ${ISC_PACKAGE_MGRUSER}

# copy files
COPY Installer.cls .
# COPY src src
# COPY iris.script /tmp/iris.script
COPY irissession.sh /
RUN chmod +x /irissession.sh
SHELL ["/irissession.sh"]

RUN \
Expand Down

0 comments on commit 104557d

Please sign in to comment.