mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-26 14:47:44 +00:00
6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/sh
|
|
|
|
cd $(git rev-parse --show-toplevel)
|
|
|
|
docker build -t baikal docker/baikal
|
|
docker run -d -p 8002:80 baikal
|