fix: Enable hot reloading when using Docker Compose for UI (#6750)

This commit is contained in:
Pablo Lara
2025-01-30 14:05:39 +01:00
committed by GitHub
parent 5061da6897
commit 5bfaedf903
+3
View File
@@ -35,6 +35,9 @@ services:
required: false
ports:
- 3000:3000
volumes:
- "./ui:/app"
- "/app/node_modules"
postgres:
image: postgres:16.3-alpine3.20