Updated launch command

This commit is contained in:
Corey Butler 2020-04-01 12:54:35 -05:00
parent fc90f6bd7e
commit bf8c9fecbe

View File

@ -2,4 +2,4 @@ FROM node:13-alpine
ADD ./app /app
WORKDIR /app
RUN npm i
ENTRYPOINT ["npm", "start"]
ENTRYPOINT ["node", "/app/main.js"]