fix: add bash for docker alpine

This commit is contained in:
Innei
2022-02-12 21:14:18 +08:00
parent 5f3dcc86f1
commit 3d3e2042dc

View File

@@ -9,7 +9,7 @@ RUN pnpm install
RUN pnpm bundle
FROM node:16-alpine
RUN apk add zip unzip mongodb-tools --no-cache
RUN apk add zip unzip mongodb-tools bash --no-cache
WORKDIR /app
COPY --from=builder /app/out .