Skip to content

Commit

Permalink
fix(KUI-1621): fix misc npm audit/securty alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Andin authored and karlandindrakryggen committed Nov 22, 2024
1 parent 34e463c commit 5ff7a35
Show file tree
Hide file tree
Showing 2 changed files with 629 additions and 380 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ Tip: npm install (sometimes?) does not work in devcontainer because postinstall-
If you want to run the docker image, you have to replace line 1 in the [Dockerfile](./Dockerfile) with the following:

```Docker
# FROM ubuntu:latest # Replace this
FROM --platform=linux/amd64 ubuntu:latest # with this
# FROM ubuntu:22.04 # Replace this
FROM --platform=linux/amd64 ubuntu:22.04 # with this
```

Make sure that only the `NODE_ENV: 'development'`
Expand Down
Loading

0 comments on commit 5ff7a35

Please sign in to comment.