FROM quay.io/lyfe00011/md:beta user node RUN git clone https://github.com/lyfe00011/levanter.git /root/LyFE/ WORKDIR /root/LyFE/ RUN yarn install && yarn add http COPY server.js . COPY start.sh . CMD ["npm", "start"]