diff --git a/docs/package.json b/docs/package.json index 0e92cec81..99e372659 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "docusaurus": "docusaurus", - "start": "docusaurus start --host 0.0.0.0", + "start": "docusaurus start --host 0.0.0.0 --port 5001", "build": "docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", diff --git a/infra/dev/twenty-docs/Dockerfile b/infra/dev/twenty-docs/Dockerfile index 7ef95b8e6..77e0c475f 100644 --- a/infra/dev/twenty-docs/Dockerfile +++ b/infra/dev/twenty-docs/Dockerfile @@ -8,4 +8,4 @@ RUN yarn COPY ../../docs . -CMD ["npm", "run", "start"] \ No newline at end of file +CMD ["yarn", "start"] \ No newline at end of file