1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
Files
mxpv-podsync/src/Podsync/up.sh

10 lines
169 B
Bash
Raw Normal View History

2017-01-20 17:21:39 -08:00
#!/bin/bash
OUTPUT_DIR=${1:-'bin/Publish'}
rm -rf $OUTPUT_DIR
dotnet restore
dotnet publish --configuration release --output $OUTPUT_DIR
docker-compose up -d --build