Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM node:18
|
3 |
|
4 |
# Clone the repository into the current directory
|
5 |
-
RUN git clone https://github.com/
|
6 |
|
7 |
# Set the working directory to the directory
|
8 |
WORKDIR "uptime"
|
@@ -23,4 +23,4 @@ EXPOSE 3001
|
|
23 |
USER node
|
24 |
|
25 |
# Command to start the application when the container starts
|
26 |
-
CMD ["node", "
|
|
|
2 |
FROM node:18
|
3 |
|
4 |
# Clone the repository into the current directory
|
5 |
+
RUN git clone https://github.com/Pranav108/yt-telegramBot.git
|
6 |
|
7 |
# Set the working directory to the directory
|
8 |
WORKDIR "uptime"
|
|
|
23 |
USER node
|
24 |
|
25 |
# Command to start the application when the container starts
|
26 |
+
CMD ["node", "index.js"]
|