Add Docker test

This commit is contained in:
Corey Butler
2020-04-01 21:27:59 -05:00
parent 4bb6d67f62
commit c1107f97e5
2 changed files with 31 additions and 4 deletions

View File

@ -1,4 +1,5 @@
FROM node:13-alpine
LABEL version=1.1.0
ADD ./app /app
WORKDIR /app
RUN cd /app && npm i