Skip to content

Commit 229bd52

Browse files
committed
fix typo
1 parent f2d8883 commit 229bd52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Or if you can use docker, you can compile script and css:
9797

9898
```
9999
$ docker build -t thinreports-editor:latest .
100-
$ docker run --rum -v $PWD:/src thinreports-editor:latest
100+
$ docker run --rm -v $PWD:/src:cached thinreports-editor:latest
101101
Compiling JavaScript with SIMPLE_OPTIMIZATIONS...
102102
```
103103

0 commit comments

Comments
 (0)