editView almost done
This commit is contained in:
12
docker-compose.dev.yml
Normal file
12
docker-compose.dev.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
vue-app-dev:
|
||||
image: node:lts-alpine
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./app:/app
|
||||
- /app/node_modules
|
||||
ports:
|
||||
- "5172:5172" # Vite domyślnie na 5173
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
command: sh -c "npm install && npm run dev"
|
||||
Reference in New Issue
Block a user