We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d17d1 commit d060345Copy full SHA for d060345
1 file changed
Dockerfile-zpm
@@ -5,14 +5,14 @@ ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
5
FROM $IMAGE
6
ARG IMAGE=store/intersystems/iris:2019.3.0.302.0-community
7
8
+USER root
9
WORKDIR /opt/app
10
+RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/app
11
12
COPY ./Installer.cls ./
13
COPY ./src/cls ./src/cls
14
#COPY ./src/dfi ./src/dfi
15
-USER root
-
16
RUN mkdir -p /tmp/deps \
17
18
&& cd /tmp/deps \
0 commit comments