summaryrefslogtreecommitdiff
path: root/frontend/Dockerfile
AgeCommit message (Collapse)Author
2020-08-24Make frontend independent of APIFabian Mastenbroek
This change makes the frontend independent of the API by removing the static file serving logic from the API server. Instead, we can serve the frontend as static HTML over CDNs.