mitre-attack / attack-navigator

Web app that provides basic navigation and annotation of ATT&CK matrices
https://mitre-attack.github.io/attack-navigator
Apache License 2.0
2.01k stars 593 forks source link

fixed docker file permission issue at installing packages #583

Closed MichaelTrenker closed 1 year ago

MichaelTrenker commented 1 year ago

After building the container, you will get an error when starting the service. Switching to the "node" user before installing the packages fixes the issue.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

clemiller commented 1 year ago

Thanks for your interest in contributing! This change has already been staged on the develop branch (https://github.com/mitre-attack/attack-navigator/blob/develop/Dockerfile) and will be included in the next release.