We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54413d5 + abc1157 commit 2619f46Copy full SHA for 2619f46
Dockerfile
@@ -6,6 +6,7 @@ ARG IMAGE=intersystemsdc/iris-community:2020.3.0.200.0-zpm
6
ARG IMAGE=intersystemsdc/iris-community:2020.3.0.221.0-zpm
7
ARG IMAGE=intersystemsdc/iris-community:2020.4.0.524.0-zpm
8
ARG IMAGE=intersystemsdc/iris-ml-community:2020.3.0.302.0-zpm
9
+ARG IMAGE=intersystemsdc/iris-ml-community
10
FROM $IMAGE
11
12
USER root
docker-compose.yml
@@ -4,10 +4,11 @@ services:
4
build:
5
context: .
dockerfile: Dockerfile
+ command: --check-caps false
restart: always
ports:
- 1972
- 55037:52773
- 53773
13
volumes:
- - ./:/irisrun/repo
14
+ - ./:/irisrun/repo
0 commit comments