Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -10,8 +10,6 @@ RUN npm install express axios cheerio puppeteer cors
|
|
10 |
# Copy the rest of the application
|
11 |
COPY . .
|
12 |
|
13 |
-
# Expose the port the API runs on
|
14 |
EXPOSE 7860
|
15 |
|
16 |
-
# Command to run the API
|
17 |
CMD ["node", "server.js"]
|
|
|
10 |
# Copy the rest of the application
|
11 |
COPY . .
|
12 |
|
|
|
13 |
EXPOSE 7860
|
14 |
|
|
|
15 |
CMD ["node", "server.js"]
|