fix: fix node_modules not found

This commit is contained in:
Sosokker 2025-02-11 02:49:13 +07:00
parent cd0ed1b05a
commit 06ce6fb8b5

View File

@ -39,6 +39,7 @@ services:
- '3000:3000'
volumes:
- ./frontend:/app
- /app/node_modules
depends_on:
- go-api