0
I already have a React project running on Docker, but I need to deploy it to S3 So I don’t have a server where I can run Docker. The process I do today is to run npm run build on my machine, compress the folder and deploy to S3 My question is: is there any way to take the build folder there from Docker and save on my machine?