hello-world setup with docker, compose, and watch

This commit is contained in:
iamBadgers
2025-06-05 23:17:42 -07:00
commit 273cbf1558
34 changed files with 5915 additions and 0 deletions

15
docker-compose.yaml Normal file
View 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