cfoo
commited on
Commit
•
b69abd9
1
Parent(s):
e660215
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM node:18
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Clone the code from the GitHub repository
|
8 |
-
RUN git clone https://github.com/
|
9 |
|
10 |
# Install the dependencies
|
11 |
#RUN npm install axios
|
@@ -15,4 +15,4 @@ RUN npm install
|
|
15 |
EXPOSE 7860
|
16 |
|
17 |
# Start the application
|
18 |
-
CMD ["node", "
|
|
|
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
|
|
|
15 |
EXPOSE 7860
|
16 |
|
17 |
# Start the application
|
18 |
+
CMD ["node", "index.js"]
|