Skip to content

Commit

Permalink
Merge pull request #719 from alphagov/use-procfile-with-whitehall
Browse files Browse the repository at this point in the history
Configure Whitehall to use foreman to run Rails and Sass processes
  • Loading branch information
ryanb-gds committed Feb 7, 2024
2 parents e9aa177 + 7c437d1 commit dcf438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/whitehall/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
DISABLE_ASSETS_DEBUG:
expose:
- "3000"
command: bin/rails s --restart
command: bin/dev

whitehall-worker:
<<: *whitehall
Expand Down

0 comments on commit dcf438b

Please sign in to comment.