FROM node:25-alpine3.22 WORKDIR /root COPY ./entrypoint.sh . RUN chmod +x /root/entrypoint.sh ENTRYPOINT [ "/root/entrypoint.sh" ]