File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
33ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
44ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
55ARG IMAGE=intersystemsdc/irishealth-community:2020.3.0.200.0-zpm
6+ ARG IMAGE=intersystemsdc/irishealth-community
67FROM $IMAGE
78
89USER root
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Class App.Installer
44XData setup
55{
66<Manifest >
7- <Default Name =" SourceDir" Value =" #{$system.Process.CurrentDirectory()} src" />
7+ <Default Name =" SourceDir" Value =" /opt/irisapp/ src" />
88 <Default Name =" Namespace" Value =" IRISAPP" />
99 <Default Name =" app" Value =" irisapp" />
1010
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ services:
55 context : .
66 dockerfile : Dockerfile
77 restart : always
8+ command : --check-caps false
89 ports :
910 - 1972
1011 - 52773
1112 - 53773
1213 volumes :
13- - ~/iris.key:/usr/irissys/mgr/iris.key
14- - ./:/irisdev/app
14+ # - ~/iris.key:/usr/irissys/mgr/iris.key
15+ - ./:/irisdev/app
You can’t perform that action at this time.
0 commit comments