Skip to content

Commit

Permalink
chore(infra): enable fast refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed May 31, 2023
1 parent 804a5f8 commit bcd76ea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ services:
command: celery -A scorer worker -l DEBUG

interface:
build: interface
build:
context: ./interface
dockerfile: Dockerfile

volumes:
- ./interface:/app
- /app/node_modules
- /app/.next

ports:
- "3001:3001"
Expand Down

0 comments on commit bcd76ea

Please sign in to comment.