Jofthomas commited on
Commit
af01d9b
·
verified ·
1 Parent(s): e90b6bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -22,4 +22,5 @@ RUN git clone https://github.com/smogon/pokemon-showdown.git .
22
 
23
  RUN npm install
24
 
25
- CMD ["./pokemon-showdown "]
 
 
22
 
23
  RUN npm install
24
 
25
+ EXPOSE 8000
26
+ CMD ["node", "pokemon-showdown", "start"]