diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 378b2a3..8256390 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -41,7 +41,6 @@ ENV NODE_ENV=production ENV PORT=3000 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/static ./.next/static