Bake Garage configuration into deployment image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user