File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ARG IMAGE=intersystems/iris:2019.1.0S.111.0
2
- ARG IMAGE=store/intersystems/iris:2019.1.0.511.0-community
3
- ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
4
- # ARG IMAGE=intersystems/iris:2019.3.0.302.0
1
+ ARG IMAGE=store/intersystems/iris-community:2019.2.0.107.0
2
+ ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
5
3
FROM $IMAGE
6
4
7
- WORKDIR /opt/app
5
+ USER root
8
6
9
- COPY ./Installer.cls ./
10
- COPY ./cls ./src/
7
+ RUN mkdir /opt/app && chown irisowner:irisowner /opt/app
11
8
12
- # USER root
9
+ USER irisowner
13
10
11
+ WORKDIR /opt/app
12
+
13
+ COPY ./Installer.cls ./
14
+ COPY ./src ./src/
14
15
15
16
RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
16
17
/bin/echo -e "sys\n sys\n " \
@@ -28,5 +29,4 @@ RUN iris start $ISC_PACKAGE_INSTANCENAME quietly EmergencyId=sys,sys && \
28
29
/bin/echo -e "sys\n sys\n " \
29
30
| iris stop $ISC_PACKAGE_INSTANCENAME quietly
30
31
31
- # USER irisowner
32
32
CMD [ "-l" , "/usr/irissys/mgr/messages.log" ]
You can’t perform that action at this time.
0 commit comments