new docker setup (run as user, install from site not npm)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user