Skip to content

Commit 919d4e3

Browse files
authored
Merge pull request #10 from rcemper/master
fix expired license + SuperServer Port + old PR
2 parents a7cb287 + 04b6c7c commit 919d4e3

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ ARG IMAGE=store/intersystems/irishealth:2019.3.0.308.0-community
22
ARG IMAGE=store/intersystems/iris-community:2019.3.0.309.0
33
ARG IMAGE=store/intersystems/iris-community:2019.4.0.379.0
44
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
68
FROM $IMAGE
79

810
USER root
9-
11+
1012
WORKDIR /opt/irisapp
1113
RUN chown ${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /opt/irisapp
1214

13-
USER irisowner
15+
USER irisowner
1416

1517
COPY Installer.cls .
1618
COPY src src

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install using Docker. Follow this instructions:
1919
Open terminal and clone the repo into any local directory
2020

2121
```
22-
$ git https://github.com/intersystems-ru/CDV.git
22+
$ git clone https://github.com/intersystems-ru/CDV.git
2323
```
2424

2525
Open the terminal in this directory and run:

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-
ports:
8+
ports:
9+
- 1972
910
- 51773
1011
- 52773
1112
- 53773
1213
volumes:
1314
- ~/iris.key:/usr/irissys/mgr/iris.key
14-
- ./:/irisdev/app
15+
- ./:/irisdev/app

0 commit comments

Comments
 (0)