Docker compose update, fixed a few navbar related size issues

This commit is contained in:
2025-07-01 14:17:13 -04:00
parent 3d85feb4b3
commit 30cd59658d
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ services:
- "3001:3001"
volumes:
- .:/usr/src/app # Mount the current directory into the container for live reloading
- /app/node_modules # Isolate node_modules to prevent host-container conflicts
- /usr/src/app/node_modules # Isolate node_modules to prevent host-container conflicts