fix: ensure prisma directory is copied before npm install
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m44s

This commit is contained in:
2026-03-18 16:01:26 -04:00
parent 3b479f8382
commit ee0dbf8665
+1
View File
@@ -7,6 +7,7 @@ RUN apk add --no-cache openssl
# Install all deps (including devDeps for tsx worker runtime + build tooling) # Install all deps (including devDeps for tsx worker runtime + build tooling)
COPY package*.json ./ COPY package*.json ./
COPY prisma ./prisma
RUN npm ci RUN npm ci
# Copy source # Copy source