Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
-
|
|
|
|
|
|
| 22 |
|
| 23 |
RUN npm install
|
| 24 |
|
| 25 |
+
EXPOSE 8000
|
| 26 |
+
CMD ["node", "pokemon-showdown", "start"]
|