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