Jofthomas HF staff commited on
Commit
25d99b6
·
1 Parent(s): 44780be
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -24,7 +24,7 @@ WORKDIR /home/user/pokemon-showdown
24
  RUN npm install --production
25
 
26
  # Expose default Showdown port
27
- EXPOSE 8000
28
 
29
  # Run the server
30
- CMD ["node", "pokemon-showdown","start","--no-security"]
 
24
  RUN npm install --production
25
 
26
  # Expose default Showdown port
27
+ EXPOSE 7860
28
 
29
  # Run the server
30
+ CMD ["node", "pokemon-showdown","7860","start","--no-security"]