Update build

This commit is contained in:
Corey Butler 2020-04-01 12:56:33 -05:00
parent bf8c9fecbe
commit 911fd23dec

View File

@ -1,5 +1,5 @@
FROM node:13-alpine
ADD ./app /app
WORKDIR /app
RUN npm i
RUN cd /app && npm i
ENTRYPOINT ["node", "/app/main.js"]