Primary and Secondary
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
build: .
|
||||
ports:
|
||||
- "5173:5173"
|
||||
command: sh -c "npx tsx scripts/compute_layout.ts && npm run dev -- --host"
|
||||
command: sh -c "npm run layout && npm run dev -- --host"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules # Prevents local node_modules from overwriting the container's
|
||||
|
||||
Reference in New Issue
Block a user