Spaces:
Paused
Paused
Update Dockerfile (1).txt
Browse files- Dockerfile (1).txt +1 -1
Dockerfile (1).txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM node:lts-buster
|
| 2 |
|
| 3 |
# Clone the repository
|
| 4 |
-
RUN git clone https://github.com/
|
| 5 |
|
| 6 |
# Change ownership of the directory to the 'node' user
|
| 7 |
RUN chown -R node:node /home/suhail
|
|
|
|
| 1 |
FROM node:lts-buster
|
| 2 |
|
| 3 |
# Clone the repository
|
| 4 |
+
RUN git clone https://github.com/lyfe00011/levanter /home/suhail
|
| 5 |
|
| 6 |
# Change ownership of the directory to the 'node' user
|
| 7 |
RUN chown -R node:node /home/suhail
|