Skip to content

Commit 60c87e3

Browse files
fix: copy dashboard package manifests from builder
1 parent 1745530 commit 60c87e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dashboard/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
3030
ENV NEXT_PUBLIC_API_KEY=${NEXT_PUBLIC_API_KEY}
3131

3232
# Install only production dependencies
33-
COPY package*.json ./
33+
COPY --from=builder /app/package.json ./package.json
34+
COPY --from=builder /app/package-lock.json ./package-lock.json
3435
RUN npm install --omit=dev
3536

3637
# Copy built assets from builder

0 commit comments

Comments
 (0)