260320:1629 Refactor Overrall #08-4 Fix: pnpm frontend deploy
Build and Deploy / deploy (push) Successful in 7m56s
Build and Deploy / deploy (push) Successful in 7m56s
This commit is contained in:
@@ -49,6 +49,10 @@ COPY frontend/ ./
|
|||||||
ARG NEXT_PUBLIC_API_URL=https://backend.np-dms.work/api
|
ARG NEXT_PUBLIC_API_URL=https://backend.np-dms.work/api
|
||||||
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
||||||
|
|
||||||
|
# AUTH_URL for NextAuth redirects
|
||||||
|
ARG AUTH_URL=https://lcbp3.np-dms.work
|
||||||
|
ENV AUTH_URL=${AUTH_URL}
|
||||||
|
|
||||||
# Prevent OOMs during build by limiting Node memory to 2GB and disabling telemetry
|
# Prevent OOMs during build by limiting Node memory to 2GB and disabling telemetry
|
||||||
ENV NODE_OPTIONS="--max-old-space-size=2048"
|
ENV NODE_OPTIONS="--max-old-space-size=2048"
|
||||||
ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
|
|||||||
Reference in New Issue
Block a user