Closed bodom0015 closed 1 year ago
Workbench WebUI has been updated throughout to use NodeJS 18
Dockerfile.dev still uses Node 14, which causes a build failure
Dockerfile.dev
Use node:18 instead of node:14 for Dockerfile.dev - this image enabled live-reload when used with make dev in the Workbench Helm Chart
node:18
node:14
make dev
git clone https://github.com/nds-org/workbench-helm-chart
CrashLoopBackoff
Problem
Workbench WebUI has been updated throughout to use NodeJS 18
Dockerfile.dev
still uses Node 14, which causes a build failureApproach
Use
node:18
instead ofnode:14
forDockerfile.dev
- this image enabled live-reload when used withmake dev
in the Workbench Helm ChartHow to Test
git clone https://github.com/nds-org/workbench-helm-chart
make dev
CrashLoopBackoff
- the container should start up as expected