kamiwork commited on
Commit
05099a3
·
verified ·
1 Parent(s): e934913

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
10
  COPY package.json index.js ./
11
  RUN npm install --omit=dev
12
 
13
- EXPOSE 10000
14
 
15
  # Dono processes ko run karein. '&' se background aur 'exec' se foreground process sahi rahega.
16
  CMD ["sh", "-c", "start accept --token $TOKEN & exec node index.js"]
 
10
  COPY package.json index.js ./
11
  RUN npm install --omit=dev
12
 
13
+ EXPOSE 7860
14
 
15
  # Dono processes ko run karein. '&' se background aur 'exec' se foreground process sahi rahega.
16
  CMD ["sh", "-c", "start accept --token $TOKEN & exec node index.js"]