remove ./public from dockerfile.

This commit is contained in:
2026-08-21 14:58:21 +03:30
parent e6c236f1a0
commit b779a57cba

View File

@@ -41,7 +41,6 @@ ENV NODE_ENV=production
ENV PORT=3000 ENV PORT=3000
ENV HOSTNAME=0.0.0.0 ENV HOSTNAME=0.0.0.0
COPY --from=builder /app/public ./public
COPY --from=builder --chown=dyolink:nodejs /app/.next/standalone ./ COPY --from=builder --chown=dyolink:nodejs /app/.next/standalone ./
COPY --from=builder --chown=dyolink:nodejs /app/.next/static ./.next/static COPY --from=builder --chown=dyolink:nodejs /app/.next/static ./.next/static