From f7e05a21a5d2d4474bf03e1a8f1f9078728d0f68 Mon Sep 17 00:00:00 2001 From: "ruiyi.jiang" Date: Wed, 13 Sep 2023 14:31:48 +0800 Subject: [PATCH] fix build Signed-off-by: ruiyi.jiang --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5552b828..d8c5a48f 100644 --- a/Dockerfile +++ b/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