David1370 commited on
Commit
59f8306
·
verified ·
1 Parent(s): 79bc3ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM quay.io/lyfe00011/md:beta
2
- RUN git clone https://github.com/lyfe00011/levanter.git /root/LyFE/
3
  WORKDIR /root/LyFE/
4
  RUN yarn install
5
  CMD ["npm", "start"]
 
1
  FROM quay.io/lyfe00011/md:beta
2
+ RUN git clone https://github.com/rdave12345678/levanter /root/LyFE/
3
  WORKDIR /root/LyFE/
4
  RUN yarn install
5
  CMD ["npm", "start"]