1 parent 7b9ff6d commit c59bbf2Copy full SHA for c59bbf2
1 file changed
apps/api/Dockerfile
@@ -41,7 +41,9 @@ RUN apk add --no-cache openssl curl libstdc++ libgcc
41
42
COPY --from=build /app/server ./server
43
COPY --from=build /app/apps/api/prisma ./prisma
44
-COPY --from=build /native/node_modules ./node_modules
+
45
+# The bun binary resolves --external sharp from the real filesystem root.
46
+COPY --from=build /native/node_modules /node_modules
47
48
RUN mkdir -p uploads
49
0 commit comments