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

This commit is contained in:
Gregory Ballantine 2022-05-22 13:20:10 -04:00
parent 3ea8ef89d6
commit 3da1bf92c5

View File

@ -15,5 +15,10 @@ RUN apt update && \
# make sure node_modules and public exist so we can ensure it's own by the right user
RUN mkdir /usr/src/app/{node_modules,public}
RUN chown -R node /usr/src/app
RUN chown -R node /root
USER node
VOLUME /usr/src/app/node_modules
VOLUME /usr/src/app/public