Save build folder of a React project running with Docker

Asked

Viewed 3 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.