run rails webpacker install

This commit is contained in:
2020-08-17 19:18:46 +01:00
parent fe3f7fce2d
commit 5c273b595a

View File

@@ -4,6 +4,7 @@ This project is a skeleton for a rails app following ["Quickstart: Compose and R
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
```