Build with Node 13.10

This commit is contained in:
Cameron Cordes
2020-03-06 21:10:24 -05:00
parent 17c97302fe
commit 3838362be1
3 changed files with 240 additions and 319 deletions

View File

@@ -1,4 +1,4 @@
FROM node:10.19.0-alpine3.9
FROM node:13.10-alpine
WORKDIR /app
VOLUME /app /app/dist
ENTRYPOINT npm install && export PATH=$PATH:/app/node_modules/.bin \