Skip to content

Commit add0269

Browse files
committed
Eliminate Dockerfile
1 parent 5448329 commit add0269

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

test/docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ services:
1313
volumes:
1414
- ~/cache.key:/usr/cachesys/mgr/cache.key
1515
iris:
16-
build: iris
17-
init: true
16+
image: intersystemsdc/iris-community:preview
1817
ports:
1918
- 52773:52773
19+
command:
20+
- -a
21+
- iris session iris -U %SYS '##class(Security.Users).UnExpireUserPasswords("*")'

test/iris/Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)