Archive for "docker"

Working with firebase-tools from docker with docker-compose

Posted under firebase docker docker-compose svelte on

docker is kinda nicecitation needed and I like to use it with docker-compose. So when I decided to learn how to deploy simple app to Firebase, I wanted to do it with them, obviously.

What I wanted to do was:

Read more

Creating new Rails and Vue.js app with Docker

Posted under ruby rails docker vuejs on

The most of Rails and Docker tutorials either show how to dockerize your existing app, or how to create new Rails app by installing Rails locally and then adding Docker as second step.

It works but it have always struck me as weird idea: why installing...

Read more