build(confidence-engine) remove copy line from dockerfile

This commit is contained in:
2026-09-09 09:52:55 +01:00
parent 2079be690f
commit 896851e68d
-1
View File
@@ -35,7 +35,6 @@ ENV NODE_ENV=production \
PORT=3000 \
HOSTNAME="0.0.0.0"
COPY --from=builder /app/public ./public
COPY --from=builder --chown=node:node /app/.next/standalone ./
COPY --from=builder --chown=node:node /app/.next/static ./.next/static