Prechádzať zdrojové kódy

fix build

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
ruiyi.jiang 1 rok pred
rodič
commit
f7e05a21a5
1 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -25,9 +25,6 @@ COPY --from=builder /app/server/yarn.lock /app/yarn.lock
 
 # => Reinstall production dependencies and clean cache
 RUN yarn install --production && yarn cache clean
-# Add bash
-RUN apk add --no-cache bash
-
 # Make our shell script executable
 RUN chmod +x /app/build/env.sh