File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
33ARG  IMAGE=store/intersystems/iris-community:2019.4.0.379.0
44ARG  IMAGE=store/intersystems/iris-community:2020.1.0.199.0
55ARG  IMAGE=intersystemsdc/iris-community:2019.4.0.383.0-zpm
6+ ARG  IMAGE=intersystemsdc/iris-community:latest
67FROM  $IMAGE
7- 
8+ #  bringing the standard shell back
9+ SHELL  ["/bin/bash" , "-c" ]
810USER  root
911
1012WORKDIR  /opt/irisapp
Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ services:
66 dockerfile : Dockerfile 
77 restart : always 
88 ports : 
9-  - 51773 
9+ #  - 51773 
10+ #  new SuperServer Port
11+  - 1972 
1012 - 52773 
1113 - 53773 
1214 volumes :
13-  - ~/iris.key:/usr/irissys/mgr/iris.key 
14-  - ./:/irisdev/app 
15+ #  no license required for community image
16+ #  - ~/iris.key:/usr/irissys/mgr/iris.key
17+  - ./:/irisdev/app 
                         You can’t perform that action at this time. 
           
                  
0 commit comments