Thank you for the detailed guide!
Unfortunately, it failed at the stage of creating a docker image. I'm using the m1 Silicon Mac Book. The error message is as follows.
sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.11.3
The docker node16 image can't be bullseye, before yarn install,
RUN apt-get update -y && \
apt-get upgrade -y libvips libvips-dev
Installing libvips with the above command failed with the same error message.
Is there a good way to solve it?