Update Dockerfile

This commit is contained in:
hibobmaster
2023-03-29 23:18:04 +08:00
parent 1a723ed090
commit 4790fa8bc8

View File

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