Issue Summary
After run npm install && npm run build , got an error when run docker-compose up
Technical details:
- Redash Version: v8.0.2
- Browser/OS: chrome /Mac OS
- How did you install Redash: Docker
After run npm install && npm run build , got an error when run docker-compose up
I have solved this problem.
I suspect that the docker image of node is a bit old.
Therefore, I directly packaged the front-end resources natively, and then modified the Dockerfile file to get rid of the front-end resources packaged in the image, which also reduced the size of the image.
I am…shocked this worked
haha,
I’m not sure that self-hosted users using v8 in the near future will have the same problem