Merge dev to main #1

Open
kibin wants to merge 8 commits from dev into main
Showing only changes of commit 4d5177004c - Show all commits

View File

@@ -14,7 +14,7 @@ RUN apk add --no-cache dumb-init
RUN addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 nextjs
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
ENV NODE_ENV=production HOSTNAME=0.0.0.0
ENV NODE_ENV=production HOSTNAME=0.0.0.0 PORT=3002
EXPOSE 3002
USER nextjs
ENTRYPOINT ["dumb-init", "--"]