Skip to content

Commit

Permalink
Resolved build issue for docker image update package managaer turbo c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
akeldamas committed Feb 11, 2025
1 parent 7fe22b7 commit 7b2495d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/rda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN git submodule update --init --recursive

## RUN turbo prune --scope=@dans-framework/rda --docker
RUN pnpm i && pnpm build --filter=@dans-framework/rda
RUN pnpm i && pnpm build:rda

# Fetching the latest nginx image
FROM nginx
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"turbo": "^1.13.4",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@8.6.12"
"packageManager": "pnpm@10.3.0"
}

0 comments on commit 7b2495d

Please sign in to comment.