We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d8883 commit 229bd52Copy full SHA for 229bd52
1 file changed
README.md
@@ -97,7 +97,7 @@ Or if you can use docker, you can compile script and css:
97
98
```
99
$ docker build -t thinreports-editor:latest .
100
-$ docker run --rum -v $PWD:/src thinreports-editor:latest
+$ docker run --rm -v $PWD:/src:cached thinreports-editor:latest
101
Compiling JavaScript with SIMPLE_OPTIMIZATIONS...
102
103
0 commit comments