Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,4 +27,4 @@ RUN npm install --production
|
|
| 27 |
EXPOSE 8000
|
| 28 |
|
| 29 |
# Run the server
|
| 30 |
-
CMD ["node", "pokemon-showdown"]
|
|
|
|
| 27 |
EXPOSE 8000
|
| 28 |
|
| 29 |
# Run the server
|
| 30 |
+
CMD ["node", "pokemon-showdown","start","--no-security"]
|