From ec09f70fcaa533238a99e872c8d5931f922752ef Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 25 Apr 2022 23:05:17 +0200 Subject: [PATCH] Revert fail --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ece57a..eaecfc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,6 @@ 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