From ef0da264fc550eb06e3de959b508c50873dcee69 Mon Sep 17 00:00:00 2001 From: thaobk54 <46470664+thaobk54@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:57:26 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 39887e46..3d8fc3af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,10 @@ ENV NODE_ENV=production ENV NEXT_TELEMETRY_DISABLED=1 ENV NODE_OPTIONS=$NODE_OPTIONS +RUN echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts && \ + echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts && \ + echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts && \ + echo "172.66.156.100 binaries.prisma.sh" >> /etc/hosts RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs RUN npm install -g pnpm