chore(docker): volume mapping for dev

This commit is contained in:
yassin@siouda.com
2023-10-11 17:15:26 +02:00
parent f51c141fd8
commit 7b0d708a2f
2 changed files with 24 additions and 1 deletions

View File

@ -6,6 +6,16 @@ services:
build:
context: .
target: "dev"
volumes:
- ./src:/app/src
- ./fonts:/app/fonts
- ./img:/app/img
- ./package.json:/app/package.json
- ./postcss.config.js:/app/postcss.config.js
- ./tailwind.config.js:/app/tailwind.config.js
- ./tsconfig.json:/app/tsconfig.json
- ./vite.config.js:/app/vite.config.js
- ./yarn.lock:/app/yarn.lock
ports:
- "8000:8000"
topos-prod: