mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-07-01 05:49:35 +00:00
6 lines
125 B
Bash
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
|