Bake Garage configuration into deployment image

This commit is contained in:
2026-09-09 18:07:09 -04:00
parent 28584e31c6
commit f89d366608
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -35,3 +35,6 @@ CMD ["sh", "-c", "bun scripts/check-production-env.ts && exec bun apps/worker/sr
FROM worker AS migrate
WORKDIR /app/packages/database
CMD ["bun", "src/migrate.ts"]
FROM dxflrs/garage:v2.3.0 AS garage
COPY docker/garage.production.toml /etc/garage.toml