Skip to content

Commit

Permalink
Merge pull request #10 from rcemper/master
Browse files Browse the repository at this point in the history
make it version resistant
  • Loading branch information
sduncan01 committed Jun 1, 2023
2 parents 3eaa8b3 + 03937b8 commit 32909c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG IMAGE=intersystemsdc/iris-community:2020.2.0.196.0-zpm
ARG IMAGE=intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
ARG IMAGE=intersystemsdc/iris-community:2020.4.0.524.0-zpm
ARG IMAGE=intersystemsdc/iris-community
FROM $IMAGE

USER root
Expand All @@ -27,4 +28,4 @@ RUN iris start IRIS \
&& iris session IRIS < /tmp/iris.script \
&& iris stop IRIS quietly

# COPY /dsw/irisapp.json /usr/irissys/csp/dsw/configs/
# COPY /dsw/irisapp.json /usr/irissys/csp/dsw/configs/

0 comments on commit 32909c2

Please sign in to comment.