2
0

👷 Adapt manual deployment scripts (#238)

Closes #235
This commit is contained in:
Baptiste Arnaud
2023-01-14 15:39:19 +01:00
committed by GitHub
parent ecc7e18226
commit 9b5426ce18
5 changed files with 13 additions and 5 deletions

View File

@ -10,7 +10,7 @@ COPY pnpm-lock.yaml .npmrc pnpm-workspace.yaml ./
RUN pnpm fetch
ADD . ./
RUN pnpm install -r --offline
RUN pnpm turbo run build --filter=${SCOPE}...
RUN pnpm turbo run build:docker --filter=${SCOPE}...
FROM base AS runner
WORKDIR /app