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:
|
||||
build: ./backend
|
||||
command: ["/migrate"]
|
||||
entrypoint: ["/migrate"]
|
||||
environment:
|
||||
DATABASE_URL: postgres://ralph:ralph@postgres:5432/ralph?sslmode=disable
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user