Hacker News new | ask | show | jobs
by cridenour 1784 days ago
I personally just .dockerignore the node_modules directory and run the front end outside of docker, but still get all the benefits of backend isolation, databases and caching layers via docker-compose, etc.