Update deps

This commit is contained in:
2020-07-18 18:29:23 +03:00
parent ad64905888
commit 93c1973e1b
6 changed files with 1193 additions and 1991 deletions

View File

@ -17,5 +17,5 @@ docker run \
--user "$(id -u):$(id -g)" \
--volume "$PWD:/app" \
--workdir /app \
${NODE_IMAGE} \
"${NODE_IMAGE}" \
node "$@"