FROM docker.io/library/node:18-alpine WORKDIR /app COPY . . RUN yarn install --frozen-lockfile CMD [ "yarn", "start" ]