1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Forgot to copy index.html to index.ejs

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 🙏
This commit is contained in:
Rafly Maulana 2022-11-10 20:54:14 +07:00 committed by GitHub
parent 37a9c9bb42
commit aafcf518d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.