fix: remove public COPY (directory not used)
Build and publish Docker image / build-and-push (release) Successful in 17s

This commit is contained in:
2026-06-06 17:45:23 +02:00
parent dbbca3c13e
commit 260c8475a4
-1
View File
@@ -28,7 +28,6 @@ RUN apk add --no-cache su-exec shadow && \
# Copy standalone build output
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
COPY --chmod=755 entrypoint.sh /entrypoint.sh
EXPOSE 3000