Use verbose loglevel to debug npm freeze

This commit is contained in:
Florian Vahl 2023-04-05 15:24:31 +02:00 committed by GitHub
parent 3c862c8e89
commit c6cb232779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM node:alpine
RUN npm install -g tiddlywiki@5.2.7
RUN npm install -g tiddlywiki@5.2.7 --loglevel verbose
# Setup wiki volume
VOLUME /var/lib/tiddlywiki