Ubuntu – error in building a docker image from my react project
I followed this documentation to dockerize my react app and I did everything as it said, but I get this ERROR: failed to solve: circular dependency detected on stage: prod when try to execute docker image build -t react:v1 .…