How would i benefit from running docker in development
Hi I'm new to web dev and I'm experiencing some stuff with docker and i would like to get an answer for my question :
i have three envs
dev
in this env should i create a container that runs for example
yarn run dev?
prod
the prod is managed by Jenkins i guess
test
In testing env should i run a container to test my code?
0 Replies