fix: move drizzle-kit to deps + remove --production install flag
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
# Install dependencies
|
||||
FROM base AS install
|
||||
COPY package.json bun.lock ./
|
||||
RUN bun install --frozen-lockfile --production
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
# Production image
|
||||
FROM base AS release
|
||||
|
||||
@@ -17,8 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/pg": "^8.16.0",
|
||||
"drizzle-kit": "^0.31.8"
|
||||
"@types/pg": "^8.16.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
@@ -35,6 +34,7 @@
|
||||
"pg-boss": "^12.7.0",
|
||||
"postgres": "^3.4.8",
|
||||
"resend": "^6.8.0",
|
||||
"zod": "^4.3.6"
|
||||
"zod": "^4.3.6",
|
||||
"drizzle-kit": "^0.31.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user