From f959bc2cccf599dec2f4f473242340b24794d063 Mon Sep 17 00:00:00 2001 From: Fallen_Breath Date: Mon, 30 Sep 2024 21:15:10 +0800 Subject: [PATCH] ensure git-info.json exists in the built image for those isr (non ssr) pages, this file is required to be present --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 38d28c0..2b0c9aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,9 @@ RUN npm run build RUN <