Skip to content

Commit 67eda2d

Browse files
author
rcemper
authored
new iris image
> ERROR: Service 'iris' failed to build : The command > '/irissession.sh chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp' > returned a non-zero code: 1
1 parent 7d83b4c commit 67eda2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ARG IMAGE=intersystemsdc/iris-community:2020.4.0.524.0-zpm
77
FROM $IMAGE
88

99
USER root
10-
10+
1111
WORKDIR /opt/irisapp
1212
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp
1313

14-
USER irisowner
14+
USER irisowner
1515

1616
COPY Installer.cls .
1717
COPY src src

0 commit comments

Comments
 (0)