Spaces:
Paused
Paused
Rename Dockerfile (1).txt to Dockerfile
Browse files
Dockerfile (1).txt → Dockerfile
RENAMED
|
@@ -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/SuhailTechInfo/Suhaily-Whatsapp-Bot /home/suhail
|
| 5 |
|
| 6 |
# Change ownership of the directory to the 'node' user
|
| 7 |
RUN chown -R node:node /home/suhail
|