Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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/
|
| 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 |
|