- numerous bug fixes
This commit is contained in:
zefie
2021-10-27 08:29:59 -04:00
parent 245e126298
commit 3b761a495c
9 changed files with 25 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
FROM node:current-alpine
FROM node:lts-alpine3.11
RUN apk add git bash
RUN npm install -g npm@latest 2>/dev/null > /dev/null