FROM node:16.19-alpine WORKDIR / COPY ./web/package.json . RUN npm install -g yarn