fix: remove public folder
All checks were successful
Deploy / lint-build-deploy (push) Successful in 1m32s

This commit is contained in:
2026-01-19 18:59:25 +01:00
parent be467f7403
commit e730f95c43

View File

@@ -22,7 +22,6 @@ ENV NODE_ENV=production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
COPY --from=builder /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static