mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|