Fix doc setup (#302)
This commit is contained in:
@ -8,4 +8,4 @@ RUN yarn
|
||||
|
||||
COPY ../../docs .
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
CMD ["yarn", "start"]
|
||||
Reference in New Issue
Block a user
@ -8,4 +8,4 @@ RUN yarn
|
||||
|
||||
COPY ../../docs .
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
CMD ["yarn", "start"]
|
||||