Skip to content

Commit bab1e7d

Browse files
authored
Merge pull request #2 from rcemper/master
2 parents f15b93d + da23859 commit bab1e7d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ARG IMAGE=intersystemsdc/iris-community:2020.1.0.209.0-zpm
33
ARG IMAGE=intersystemsdc/iris-community:2020.2.0.204.0-zpm
44
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
55
ARG IMAGE=intersystemsdc/irishealth-community:2020.3.0.200.0-zpm
6+
ARG IMAGE=intersystemsdc/irishealth-community
67
FROM $IMAGE
78

89
USER root

Installer.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Class App.Installer
44
XData 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

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)