infrastructure/app/cryptpad/build/README.md

17 lines
251 B
Markdown
Raw Normal View History

2022-05-05 15:45:15 +00:00
Currently there is now way to cleanly package Bower on Nix.
So we have to manually package cryptpad.
To update, you have to:
```bash
nix-shell
cd cryptpad
git pull
git checkout <tag>
bower update
npm install
cd ..
nix-build
nix-build docker.nix
```