Skip to content

Commit 8b02c9f

Browse files
committed
Updated docker run
1 parent d69c18d commit 8b02c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you have ideas to improve safety/security please open a new issue.
2121
## Running with Docker
2222

2323
```bash
24-
$ docker build -t tornote .
24+
$ docker build --no-cache -t tornote .
2525
$ docker run --name tornote -p 80:8080/tcp --memory 10m --memory-reservation 8m --cpus 0.10 tornote
2626
```
2727

0 commit comments

Comments
 (0)