Alpine is a bad idea for a non-trivial application written in Python, Node.js, or any other interpreted language.
Too many weird edge cases to deal with, especially related to Alpine using musl libc instead of glibc.
At best, your builds are slower.
At worst, certain code paths are broken.