|
@@ -21,7 +21,7 @@ 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
|
|
|
|
|
|
|
|
-ENV HOST=0.0.0.0
|
|
|
|
|
|
|
+ENV HOSTNAME=0.0.0.0
|
|
|
RUN apk add --no-cache curl
|
|
RUN apk add --no-cache curl
|
|
|
EXPOSE 3000
|
|
EXPOSE 3000
|
|
|
CMD ["node", "server.js"]
|
|
CMD ["node", "server.js"]
|