Skip to content

Commit a5673a8

Browse files
authored
Merge pull request #41 from JasonKrik/feat/scoold
fix scopld
2 parents 30ea7b1 + 7d60950 commit a5673a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ category: "Forum"
66
# Docker Run Command
77

88
```bash
9-
$ docker run -ti -p 8000:8000 -v ./scoold-application.conf:/scoold/application.conf \
9+
docker run -ti -p 8000:8000 -v ./scoold-application.conf:/scoold/application.conf \
1010
-e JAVA_OPTS="-Dconfig.file=/scoold/application.conf" erudikaltd/scoold:latest_stable
1111
```

0 commit comments

Comments
 (0)