Skip to content

Commit

Permalink
Update Release to work with Dart Sass
Browse files Browse the repository at this point in the history
The Release app has been migrated from libsass to dart-sass.
It has a new `bin/dev` file which runs two processess in
`Procfile.dev`, one which runs the rails server and another which
runs `dart-sass` in watch mode. This updates the `docker-compose.yml`
file accordingly.
  • Loading branch information
deborahchua committed Mar 5, 2024
1 parent 1d94720 commit 52498bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/release/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ services:
REDIS_URL: redis://redis
expose:
- "3000"
command: bin/rails s --restart
command: ./bin/dev

0 comments on commit 52498bf

Please sign in to comment.