Skip to content

Commit

Permalink
feat(authentication): check if not removing the jiti folder fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMi committed Mar 6, 2023
1 parent 609cfe4 commit 85a91bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN corepack enable && \
COPY ./nuxt/ ./

# TODO: create ticket about node-jiti folder (https://github.com/dargmuesli/jonas-thelemann/issues/178)
RUN pnpm install --offline \
&& rm -rf ./node-jiti
RUN pnpm install --offline
# && rm -rf ./node-jiti


########################
Expand Down

0 comments on commit 85a91bd

Please sign in to comment.