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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ ENV HOME=/home/user \
18
 
19
  WORKDIR $HOME/app
20
 
21
- RUN git clone https://github.com/hsahovic/poke-env.git .
22
 
23
  RUN npm install
24
 
 
18
 
19
  WORKDIR $HOME/app
20
 
21
+ RUN git clone https://github.com/smogon/pokemon-showdown.git .
22
 
23
  RUN npm install
24