This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Dockerfiles/cryptpad/builder.sh

6 lines
272 B
Bash

#!/bin/sh
git clone --branch 1.18.0 https://github.com/xwiki-labs/cryptpad.git
docker build -t registry.dryusdan.fr/dryusdan/cryptpad ./cryptpad/Dockerfile
docker push registry.dryusdan.fr/dryusdan/cryptpad
docker rmi registry.dryusdan.fr/dryusdan/cryptpad
rm -rf cryptpad