chore: small corrections

This commit is contained in:
Andrew Bastin
2023-07-17 19:03:42 +05:30
parent 9e595ec594
commit fc0c113e00
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ COPY pnpm-lock.yaml .
RUN pnpm fetch
COPY . .
RUN pnpm install --force --prefer-offline
RUN pnpm install -f --offline
FROM base_builder as backend
WORKDIR /usr/src/app/packages/hoppscotch-backend