Enable hot reload in the frontend
This commit is contained in:
parent
a9016ed352
commit
da8086605d
@ -27,11 +27,15 @@ services:
|
||||
volumes:
|
||||
- .:/rails
|
||||
frontend:
|
||||
build: ../wedding-planner-frontend
|
||||
build:
|
||||
context: ../wedding-planner-frontend
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- 3000
|
||||
depends_on:
|
||||
- backend
|
||||
volumes:
|
||||
- ../wedding-planner-frontend/:/app
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
|
Loading…
x
Reference in New Issue
Block a user