initial stuff
This commit is contained in:
18
compose.yaml
Normal file
18
compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
command: ["npm", "run", "dev"]
|
||||
ports:
|
||||
- 5173:5173
|
||||
- 8080:8080
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ./src
|
||||
target: /app/src
|
||||
- action: rebuild
|
||||
path: package.json
|
||||
- action: rebuild
|
||||
path: Dockerfile
|
||||
- action: restart
|
||||
path: compose.yaml
|
||||
Reference in New Issue
Block a user