Add some more docs and streamline entrypoint

This commit is contained in:
Mike Conrad
2025-06-11 17:08:21 -04:00
parent 78f32b4384
commit 8327d34708
6 changed files with 52 additions and 3 deletions

View File

@ -8,7 +8,6 @@ services:
volumes:
- ./backend:/app
- node_modules:/app/node_modules
command: /bin/sh -c "node ace generate:key; node ace migration:run --force && node ace serve --watch"
depends_on:
db:
condition: service_healthy