vdirsyncer/tests/storage/servers/xandikos/install.sh
Hugo Osvaldo Barrera 2161de30d0 Avoid docker-compose
The way it handles docker networks breaks builds.
2021-04-06 19:53:00 +02:00

6 lines
125 B
Bash

#!/bin/sh
cd $(git rev-parse --show-toplevel)
docker build -t xandikos docker/xandikos
docker run -d -p 8000:8000 xandikos