From aafcf518d2b018d02f0c48411929aff59ce03db6 Mon Sep 17 00:00:00 2001 From: Rafly Maulana Date: Thu, 10 Nov 2022 20:54:14 +0700 Subject: [PATCH] Forgot to copy index.html to index.ejs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oops sorry i forgot that you need to copy index.html to views/index.ejs as stated in https://github.com/plankanban/planka/blob/master/Dockerfile#L29 🙏 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fe3ef3e..7368fb0a 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ npm run build ```bash cp -r build ../server/public +cp build/index.html ../server/views/index.ejs ``` 4. Install dependencies for server.