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