yashxx07 commited on
Commit
cb3e4b6
1 Parent(s): 9981370

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN npm install
18
  COPY . .
19
 
20
  # Expose the port your app runs on
21
- EXPOSE 8000
22
 
23
  # Command to run the application
24
  CMD ["node", "index.js"]
 
18
  COPY . .
19
 
20
  # Expose the port your app runs on
21
+ EXPOSE 7860
22
 
23
  # Command to run the application
24
  CMD ["node", "index.js"]