Merge pull request #3 from BillMills/v3

no need for such a long workdir
This commit is contained in:
Bill Mills
2019-06-19 12:58:41 -04:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
FROM node
WORKDIR /usr/src/app
WORKDIR /app
COPY . .
RUN npm install
CMD [ "npm", "start" ]