15 lines
387 B
YAML
15 lines
387 B
YAML
services:
|
|
rush-character-archive:
|
|
build: ./rush-character-archive
|
|
command: npm run dev
|
|
ports:
|
|
- 8080:3000
|
|
develop:
|
|
watch:
|
|
- action: sync
|
|
path: ./rush-character-archive
|
|
target: /srv/rush-character-archive
|
|
ignore:
|
|
- node_modules
|
|
- action: rebuild
|
|
path: ./rush-character-archive/package.json |