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:
parent
37a9c9bb42
commit
aafcf518d2
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue