Simplifying the end to end docker setup to ensure it prepares the web database properly before the website starts.

This commit is contained in:
Keith Stevens
2022-12-21 12:17:08 +09:00
parent 98fe656f7d
commit c6b00365fd
3 changed files with 35 additions and 0 deletions
@@ -87,3 +87,4 @@ services:
condition: service_healthy
ports:
- "3000:3000"
command: bash wait-for-postgres.sh node server.js