hello-world setup with docker, compose, and watch
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user