Skip to content

Commit 1ace5b9

Browse files
committed
Add package trust commands to Dockerfiles
1 parent e18a5e1 commit 1ace5b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ COPY package.json ./
2727
# Install dependencies
2828
RUN bun install
2929

30+
# Trust all packages
31+
RUN bun pm trust --all
32+
3033
# Copy the rest of the application code
3134
COPY . .
3235

0 commit comments

Comments
 (0)