FROM node:18 RUN mkdir /opt/app ADD ./ /opt/app WORKDIR /opt/app CMD yarn && yarn start EXPOSE 3000