Skip to content

Commit

Permalink
Use dartsass for publisher css compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaylorgds authored and davidtrussler committed Aug 12, 2024
1 parent 8061614 commit db3bf12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/publisher/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,19 @@ services:
- publishing-api-app
- link-checker-api-app
- publisher-worker
- publisher-css
environment:
MONGODB_URI: "mongodb://mongo-3.6/publisher"
REDIS_URL: redis://redis
VIRTUAL_HOST: publisher.dev.gov.uk
BINDING: 0.0.0.0
expose:
- "3000"
command: bin/rails s --restart
command: bin/dev web

publisher-css:
<<: *publisher
command: bin/dev css

publisher-worker:
<<: *publisher
Expand Down

0 comments on commit db3bf12

Please sign in to comment.