Skip to content

Commit 45c66ae

Browse files
author
rcemper
authored
ARG IMAGE=intersystemsdc/iris-community
1 parent bac4f72 commit 45c66ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG IMAGE=intersystems/iris:2019.1.0S.111.0
22
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
33
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
4+
ARG IMAGE=intersystemsdc/iris-community
45
FROM $IMAGE
56

67
USER root
@@ -21,4 +22,4 @@ RUN \
2122

2223
# bringing the standard shell back
2324
SHELL ["/bin/bash", "-c"]
24-
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]
25+
CMD [ "-l", "/usr/irissys/mgr/messages.log" ]

0 commit comments

Comments
 (0)