Zayn / Dockerfile
Nidabot's picture
Update Dockerfile
3a39bbe verified
raw
history blame contribute delete
223 Bytes
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"]