Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
FROM quay.io/lyfe00011/md:beta
|
| 2 |
-
RUN git clone https://github.com/
|
| 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"]
|