fix: run database migration before starting services in Dockerfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,4 +14,4 @@ ENV SQLITE_PATH=/data/notes.db
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["sh", "-c", "deno task jetstream:prod & deno task server:prod"]
|
||||
CMD ["sh", "-c", "deno task migrate && deno task jetstream:prod & deno task server:prod"]
|
||||
|
||||
Reference in New Issue
Block a user