Added woodpecker CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2022-05-22 13:22:56 -04:00
parent 3da1bf92c5
commit e4dd29a069

View File

@ -16,9 +16,10 @@ RUN apt update && \
RUN mkdir /usr/src/app/{node_modules,public}
RUN chown -R node /usr/src/app
RUN chown -R node /root
USER node
RUN npm -g config set user node
VOLUME /usr/src/app/node_modules
VOLUME /usr/src/app/public