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
commit f0aefc6f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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