File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,17 @@ ARG IMAGE=store/intersystems/irishealth:2019.3.0.308.0-community
2
2
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
3
3
ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
4
4
ARG IMAGE=store/intersystems/iris-community:2020.1.0.199.0
5
- ARG IMAGE=intersystemsdc/iris-community:2019.4.0.383.0-zpm
5
+ # ARG IMAGE=intersystemsdc/iris-community:2019.4.0.383.0-zpm
6
+ ARG IMAGE=intersystemsdc/iris-community:2020.4.0.524.0-zpm
7
+ ARG IMAGE=intersystemsdc/iris-community:latest
6
8
FROM $IMAGE
7
9
8
10
USER root
9
-
11
+
10
12
WORKDIR /opt/irisapp
11
13
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp
12
14
13
- USER irisowner
15
+ USER irisowner
14
16
15
17
COPY Installer.cls .
16
18
COPY src src
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ To install using Docker. Follow this instructions:
19
19
Open terminal and clone the repo into any local directory
20
20
21
21
```
22
- $ git https://github.com/intersystems-ru/CDV.git
22
+ $ git clone https://github.com/intersystems-ru/CDV.git
23
23
```
24
24
25
25
Open the terminal in this directory and run:
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ services:
5
5
context : .
6
6
dockerfile : Dockerfile
7
7
restart : always
8
- ports :
8
+ ports :
9
+ - 1972
9
10
- 51773
10
11
- 52773
11
12
- 53773
12
13
volumes :
13
14
- ~/iris.key:/usr/irissys/mgr/iris.key
14
- - ./:/irisdev/app
15
+ - ./:/irisdev/app
You can’t perform that action at this time.
0 commit comments