Commit ed3341e2 by krds-arun

updated git and docker fil

parent d73f7dc5
...@@ -18,9 +18,6 @@ RUN corepack enable pnpm && pnpm install --frozen-lockfile --production ...@@ -18,9 +18,6 @@ RUN corepack enable pnpm && pnpm install --frozen-lockfile --production
# Rebuild the source code only when needed # Rebuild the source code only when needed
FROM base AS builder FROM base AS builder
ARG NEXT_PUBLIC_AUTH0_DOMAIN
ARG NEXT_PUBLIC_AUTH0_CLIENT_ID
WORKDIR /app WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment