Revert "dockerize front end (#558)" (#588)

This reverts commit 89c23faf7a (dockerize-front-end)
This commit is contained in:
Vim 2021-09-01 13:00:26 -07:00 committed by GitHub
commit f5c4ba6d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 30 additions and 113 deletions

View file

@ -1,3 +0,0 @@
FROM node:latest
RUN npm install -g http-server
CMD http-server ./ --cors