aboutsummaryrefslogtreecommitdiff
path: root/app/cryptpad/build/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-06 10:49:28 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-06 10:49:28 +0200
commit99a4f51166617f7e873bf9ef8ba5516586241995 (patch)
treebbe2197a852b62d8fdf4434dc2c4934274340d10 /app/cryptpad/build/README.md
parent653e45f1926c09c9242dfb3582f3d8f86604c66d (diff)
downloadinfrastructure-99a4f51166617f7e873bf9ef8ba5516586241995.tar.gz
infrastructure-99a4f51166617f7e873bf9ef8ba5516586241995.zip
Simplify the build
Diffstat (limited to 'app/cryptpad/build/README.md')
-rw-r--r--app/cryptpad/build/README.md18
1 files changed, 2 insertions, 16 deletions
diff --git a/app/cryptpad/build/README.md b/app/cryptpad/build/README.md
index 417b066..d5f5a5d 100644
--- a/app/cryptpad/build/README.md
+++ b/app/cryptpad/build/README.md
@@ -1,16 +1,2 @@
-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
-```
+docker load < $(nix-build docker.nix)
+docker push superboum/cryptpad:???