Here is an example of a build that’s failing:
cat ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
ls -lah ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
-rw-r--r-- 1 root root 21K May 17 20:30 ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
hexdump -C ./app/bin/fastifyPlugin/dynamicFastifyPlugin.ts
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00005150
The file is just filled with null bytes and nothing else.
I tried busting Docker cache, etc. nothing helped.
Only unblocked myself after passing --depot=false
flag