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