Skip to content

Commit

Permalink
ci: fix build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-komlyk committed May 27, 2024
1 parent b6a25ae commit bd8d040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ RUN turbo prune --scope=${APP_NAME} --docker
# Build the project
FROM base AS builder
ARG APP_NAME=client
ARG BUILD_MODE=local
ARG APP_DOMAIN
ARG SERVER_DOMAIN


WORKDIR /app

Expand All @@ -39,6 +35,10 @@ COPY --from=pruner /app/tsconfig.json ./tsconfig.json
# First install the dependencies (as they change less often)
RUN pnpm install

ARG BUILD_MODE=local
ARG APP_DOMAIN
ARG SERVER_DOMAIN

ENV APP_DOMAIN=$APP_DOMAIN
ENV SERVER_DOMAIN=$SERVER_DOMAIN
ENV NEXT_TELEMETRY_DISABLED 1
Expand Down

0 comments on commit bd8d040

Please sign in to comment.