Skip to content

Commit 9b6afd6

Browse files
committed
local dev to mount full app, except node modules to fix broken styling
1 parent bae2832 commit 9b6afd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/repo-base/compose.dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ services:
99
GOOGLE_GENERATIVE_AI_API_KEY: xxx
1010
GITHUB_TOKEN: xxx
1111
volumes:
12-
- ./src:/app/src
13-
- ./public:/app/public
12+
- ./:/app
13+
- /app/node_modules
1414
restart: always
1515
ports:
1616
- 3000:3000
17-
command: ["pnpm", "run", "start"]
17+
command: ["pnpm", "run", "dev"]
1818

1919
database:
2020
image: postgres:16

0 commit comments

Comments
 (0)