#docker
docker-compose and Export $PATH
All my projects use docker-compose. In my setup I want every nodejs packages that provides an executable, such as mocha
or tsc
to be available globally on the command line.
Continue reading →
All my projects use docker-compose. In my setup I want every nodejs packages that provides an executable, such as mocha
or tsc
to be available globally on the command line.
Continue reading →
After clarifying why I use Docker for every project I set up
let me try to clarify also: Why would I use a docker-compose setup over a single Dockerfile setup?
I had been doing the single Dockerfile setup for quite a while. I was doing a lot of manual work, that made the setup work. But I don't regret it, it taught me a lot! But that was not sustainable, and it didn't scale.
Continue reading →