Build from the published sources, not from git
[citadel-docker.git] / run-citadel.sh
1 #!/bin/bash
2
3 docker run \
4         --name citadel \
5         -v citadel-data:/citadel-data \
6         -d \
7         $1