conductor
conductor copied to clipboard
conductor-ui build fails using docker compose
Describe the bug
Docker compose build is failing when trying to build conductor-ui
Details Conductor version: https://github.com/Netflix/conductor/commit/f07dc36f08dcaf91cb40ea6ee211c840de5ac8f3
To Reproduce Steps to reproduce the behavior:
- Clone the repo.
- Go to
docker
folder - Run
docker-compose build
-
conductor-ui
build fails
Expected behavior Conductor images build successfully
Screenshots
Additional context Running on a MacBook Pro - Big Sur 11.5.2
Update: easy to fix by updating node version from 14 to 16 at https://github.com/Netflix/conductor/blob/f07dc36f08dcaf91cb40ea6ee211c840de5ac8f3/docker/ui/Dockerfile#L4
Hi @JuanFeldman-Reflektion I open Pull Request with there solution #3680