update build
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 7m15s

This commit is contained in:
2026-01-03 20:45:33 +07:00
parent 9a8f521366
commit 70ce50625c

View File

@@ -23,7 +23,7 @@ ENV HOSTNAME=0.0.0.0
RUN addgroup -g 1001 -S nodejs \ RUN addgroup -g 1001 -S nodejs \
&& adduser -S nextjs -u 1001 -G nodejs && adduser -S nextjs -u 1001 -G nodejs
COPY --from=builder /app/public ./public # COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static COPY --from=builder /app/.next/static ./.next/static