summaryrefslogtreecommitdiff
path: root/frontend/Dockerfile
AgeCommit message (Collapse)Author
2020-11-11Add support for frontend error reporting via SentryFabian Mastenbroek
This change sets up Sentry to collect errors that occur at the frontend.
2020-10-29Properly set arguments in multistage Docker buildFabian Mastenbroek
2020-10-29Add support for caching node modules during Docker buildsFabian Mastenbroek
2020-10-27Propagate user-specified API url to React buildFabian Mastenbroek
This change fixes an issue where we did not forward the environmental variable for controlling the API url to the React build.
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.