Skip to content

Various docker fixes

Nigel Gott requested to merge docker-node-modules-fixes into develop

Closes #561 (closed)

This MR contains various small docker issues that have come up recently:

  • Don't use a named volume to store node_modules in the dev env to always get a fresh image based node_modules
  • Fix the PUBLIC_WEB_FRONTEND_URL misconfiguration in the docker-compose file
  • Update docs for publicly exposing Baserow
  • Fix bad link in docs

Merge Request Checklist

Done

Not Required

  • changelog.md has been updated if required
  • The UI/UX has been updated following UI Style Guide
  • The redoc API pages have been updated for any REST API changes
  • The per database user API docs page has been updated for any REST API changes made to endpoints which can be accessed via a user created token
  • Has performance been considered and tested when appropriate? Ideally Baserow should be performant when working with hundreds of thousands of rows
  • New/Changed Premium features are separated correctly in the premium folder
  • There are tests for and it has been checked that any changed/new django ORM code is sensible, doesn't perform N queries and that table models are not generated needlessly or generated with all columns when only a few are needed.
Edited by Nigel Gott

Merge request reports