Compare commits

...

1 Commits

Author SHA1 Message Date
sebastas 260c8475a4 fix: remove public COPY (directory not used)
Build and publish Docker image / build-and-push (release) Successful in 17s
2026-06-06 17:45:23 +02:00
-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