Spaces:
Running
Running
docker
Browse files- 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
|
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"]
|