From e40e21e5d05a1a0f3359c4cb1c0901e01acd8608 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 25 Apr 2022 23:04:12 +0200 Subject: [PATCH] Test failure mode --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index eaecfc5..6ece57a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . +RUN blablabla + RUN yarn build # 3. Production image, copy all the files and run next