fix(docker): Windows entrypoint CRLF and admin invite link VITE_PLAYER_URL
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,6 +13,8 @@ COPY packages/shared/package.json packages/shared/
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
FROM base AS builder
|
||||
ARG VITE_PLAYER_URL
|
||||
ENV VITE_PLAYER_URL=${VITE_PLAYER_URL}
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=deps /app/apps/api/node_modules ./apps/api/node_modules
|
||||
|
||||
Reference in New Issue
Block a user