1 2 3 4 5 6 7
FROM node:16 WORKDIR /caronte-frontend COPY ./frontend ./ RUN yarn install && yarn build