Add some more docs and streamline entrypoint
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user