Fix doc setup (#302)

This commit is contained in:
Charles Bochet
2023-06-15 12:37:00 +02:00
committed by GitHub
parent 467a1618f0
commit f0910b3fbb
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ RUN yarn
COPY ../../docs .
CMD ["npm", "run", "start"]
CMD ["yarn", "start"]