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

This commit is contained in:
Gregory Ballantine 2022-05-22 13:23:18 -04:00
parent e4dd29a069
commit 9f288b79f0

View File

@ -19,7 +19,7 @@ RUN chown -R node /usr/src/app
USER node USER node
RUN npm -g config set user node RUN npm -g config set user root
VOLUME /usr/src/app/node_modules VOLUME /usr/src/app/node_modules
VOLUME /usr/src/app/public VOLUME /usr/src/app/public