imseldrith commited on
Commit
6ad2b0c
·
verified ·
1 Parent(s): ec579eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN npm install
12
  COPY . .
13
 
14
  # Expose the port your app runs on
15
- EXPOSE 3000
16
 
17
  # Define the command to run your app
18
- CMD ["npm", "start"]
 
12
  COPY . .
13
 
14
  # Expose the port your app runs on
15
+ EXPOSE 7860
16
 
17
  # Define the command to run your app
18
+ CMD ["node", "server.js"]