mirror of
https://github.com/m0wer/tiddlywiki-docker.git
synced 2026-01-23 02:24:25 +00:00
Use verbose loglevel to debug npm freeze
This commit is contained in:
parent
3c862c8e89
commit
c6cb232779
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue