Skip to content

Commit d060345

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
fix for ZPM dockerfile
1 parent c9d17d1 commit d060345

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile-zpm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
55
FROM $IMAGE
66
ARG IMAGE=store/intersystems/iris:2019.3.0.302.0-community
77

8+
USER root
89
WORKDIR /opt/app
10+
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/app
911

1012
COPY ./Installer.cls ./
1113
COPY ./src/cls ./src/cls
1214
#COPY ./src/dfi ./src/dfi
1315

14-
USER root
15-
1616
RUN mkdir -p /tmp/deps \
1717

1818
&& cd /tmp/deps \

0 commit comments

Comments
 (0)