We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18a5e1 commit 1ace5b9Copy full SHA for 1ace5b9
1 file changed
Dockerfile
@@ -27,6 +27,9 @@ COPY package.json ./
27
# Install dependencies
28
RUN bun install
29
30
+# Trust all packages
31
+RUN bun pm trust --all
32
+
33
# Copy the rest of the application code
34
COPY . .
35
0 commit comments