Skip to content

Commit 5cdc44f

Browse files
Create build.sh
1 parent 4b12249 commit 5cdc44f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -o errexit #abort if any command fails
3+
4+
rm -rf build
5+
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate

0 commit comments

Comments
 (0)