Files
toho-miku/docker-compose-dev.yml
Jan Groß fd209fbbda 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
2022-09-08 13:29:59 +02:00

7 lines
160 B
YAML

version: "3.7"
services:
bot:
command: sh -c "npm config set cache /app/.npm_cache --global && npm install && npm run dev"
ports:
- "9229:9229"