jammss commited on
Commit
e03db2f
1 Parent(s): 2669dbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/Niansuh/uptime.git
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", "server/server.js"]
 
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"]