cfoo commited on
Commit
79fb3c7
1 Parent(s): bc88a60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,7 +5,8 @@ FROM node:18
5
  WORKDIR /app
6
 
7
  # Clone the code from the GitHub repository
8
- RUN git clone https://github.com/SokWith/getbing-cct-cookie .
 
9
 
10
  # Install the dependencies
11
  #RUN npm install axios
 
5
  WORKDIR /app
6
 
7
  # Clone the code from the GitHub repository
8
+ #RUN git clone https://github.com/SokWith/getbing-cct-cookie .
9
+ COPY . .
10
 
11
  # Install the dependencies
12
  #RUN npm install axios