2020-08-17 19:18:46 +01:00
2020-08-17 18:44:12 +01:00
2020-08-17 18:44:12 +01:00
2020-08-17 19:14:03 +01:00
2020-08-17 18:44:12 +01:00
2020-08-17 18:44:12 +01:00
2020-08-17 18:44:12 +01:00
2020-08-17 18:38:42 +01:00
2020-08-17 19:18:46 +01:00

docker-compose-rails-skel

This project is a skeleton for a rails app following "Quickstart: Compose and Rails"

From this sketch you can run the following commands to jump-start your app:

docker-compose run web rails new . --force --no-deps --database=postgresql
docker-compose run web rails webpacker:install
sudo chown -R $USER:$USER . # Linux only
docker-compose build

Now you should continue from "Connect the database" section of the tutorial

Description
Skeleton for the Docker ["Compose and Rails"](https://docs.docker.com/compose/rails/) tutorial
Readme GPL-3.0 47 KiB
Languages
Dockerfile 72.6%
Shell 22.1%
Ruby 5.3%