diff --git a/documentation/Dockerfile b/documentation/Dockerfile index d8b05fff..cb630072 100644 --- a/documentation/Dockerfile +++ b/documentation/Dockerfile @@ -24,4 +24,4 @@ EXPOSE 8080 ENV PORT 8080 -CMD ["npm", "start"] +CMD ["yarn", "start"]