Enable hot reload in the frontend
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 59s
Add copyright notice / copyright_notice (pull_request) Successful in 1m42s
Run unit tests / unit_tests (pull_request) Successful in 3m9s

This commit is contained in:
Manuel Bustillo 2024-11-03 14:13:13 +01:00
parent a9016ed352
commit da8086605d

View File

@ -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: