Website is now part of the bullentwork constellation
Build with
docker-compose build
Run webserver with
docker-compose up
Create database with
docker-compose run web rake db:create
Shutdown webserver with
docker-compose down
Rebuild with
docker-compose up --build