Delete Dockerfile (#120)

This file is not used for Vercel deployments
This commit is contained in:
Steven 2020-06-10 11:21:38 -04:00 committed by GitHub
parent bbd8b8b07b
commit 0a899f0b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
FROM node:10
WORKDIR /usr/src/app
COPY . .
RUN npm install
RUN npm run build
CMD [ "npm", "start" ]