Skip to content

Commit

Permalink
Update docker-compose for government-frontend
Browse files Browse the repository at this point in the history
The updated config allows assets to be automatically compiled when changes are made.
  • Loading branch information
MartinJJones committed Sep 11, 2023
1 parent 9818f66 commit 53c89aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/government-frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ services:
VIRTUAL_HOST: government-frontend.dev.gov.uk
BINDING: 0.0.0.0
expose:
- "3000"
command: bin/rails s --restart
- "3090"
command: ./bin/dev

government-frontend-app-live:
<<: *government-frontend-app
Expand Down

0 comments on commit 53c89aa

Please sign in to comment.