Fix text-to-speech dependency

This commit is contained in:
Hongbo Wu
2022-09-07 15:14:09 +08:00
parent 96cbdc9f30
commit 35ca4b9054

View File

@ -22,6 +22,7 @@ ADD /packages/api ./packages/api
ADD /packages/text-to-speech ./packages/text-to-speech
RUN yarn
RUN yarn workspace @omnivore/text-to-speech-handler build
RUN yarn workspace @omnivore/api build
# After building, fetch the production dependencies