Reaperxxxx commited on
Commit
767d291
·
verified ·
1 Parent(s): 7d7e4d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]