Fix migrate service: use entrypoint instead of command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
build: ./backend
|
build: ./backend
|
||||||
command: ["/migrate"]
|
entrypoint: ["/migrate"]
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://ralph:ralph@postgres:5432/ralph?sslmode=disable
|
DATABASE_URL: postgres://ralph:ralph@postgres:5432/ralph?sslmode=disable
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user