Download prompts when build image

This commit is contained in:
hibobmaster 2023-03-29 13:38:05 +08:00
parent cfbe6d77b5
commit 281c3db90a
No known key found for this signature in database

View File

@ -28,6 +28,8 @@ COPY . .
RUN yarn build RUN yarn build
RUN node scripts/fetch-prompts.mjs
FROM base AS runner FROM base AS runner
WORKDIR /app WORKDIR /app