fix: ensure prisma directory is copied before npm install
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m44s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m44s
This commit is contained in:
@@ -7,6 +7,7 @@ RUN apk add --no-cache openssl
|
||||
|
||||
# Install all deps (including devDeps for tsx worker runtime + build tooling)
|
||||
COPY package*.json ./
|
||||
COPY prisma ./prisma
|
||||
RUN npm ci
|
||||
|
||||
# Copy source
|
||||
|
||||
Reference in New Issue
Block a user