fertiges design!
This commit is contained in:
12
docker-compose.dev.yml
Normal file
12
docker-compose.dev.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
version: "3.9"
|
||||
services:
|
||||
dev:
|
||||
image: node:20-alpine
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
command: sh -c "npm install && npm run dev -- --host"
|
||||
ports:
|
||||
- "5173:5173"
|
||||
Reference in New Issue
Block a user