A Default Command
We will learn to modify the Dockerfile according to our requirements.
We'll cover the following...
Modifying Dockerfile
Currently, every time we want to start a Rails server in a container, we have to explicitly specify the command bin/rails s -b 0.0.0.0
as part of our docker run
...