Docker: Fix sharp not installing due to npm cache permissions

Moving the npm cache folder into the /app folder solved the permission issues
Fixes #8
This commit is contained in:
2022-09-08 12:12:42 +02:00
parent a4e5679d40
commit fd209fbbda
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.npm_cache
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json