new docker setup (run as user, install from site not npm)

This commit is contained in:
les
2021-06-04 12:49:49 +02:00
parent 392c1cfc0c
commit 600caebf79
3 changed files with 18 additions and 18 deletions

View File

@@ -1,3 +1,2 @@
FROM node:latest
WORKDIR /
RUN yarn global add gancio
FROM node:buster
RUN yarn global add --silent https://gancio.org/latest.tgz 2> /dev/null