FROM node:20.15.1-alpine WORKDIR /etc/app ENV PATH /etc/app/node_modules/.bin:$PATH CMD ["yarn", "start"]