Skip to content

Commit 99744f5

Browse files
authored
Merge pull request #86 from thinreports/fix-security-vuluerability-and-update-dependencies
Fix security vulnerability and update dependencies
2 parents 636186f + 229bd52 commit 99744f5

3 files changed

Lines changed: 290 additions & 208 deletions

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)