Levanter / Dockerfile
David1370's picture
Update Dockerfile
59f8306 verified
Raw
History Blame Contribute Delete
156 Bytes
FROM quay.io/lyfe00011/md:beta
RUN git clone https://github.com/rdave12345678/levanter /root/LyFE/
WORKDIR /root/LyFE/
RUN yarn install
CMD ["npm", "start"]