summaryrefslogtreecommitdiff
path: root/script/docs
diff options
context:
space:
mode:
Diffstat (limited to 'script/docs')
-rwxr-xr-xscript/docs5
1 files changed, 5 insertions, 0 deletions
diff --git a/script/docs b/script/docs
new file mode 100755
index 0000000..1ad3f35
--- /dev/null
+++ b/script/docs
@@ -0,0 +1,5 @@
+#!/bin/bash -xe
+
+source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
+
+$DOCKER_COMPOSE run --rm -T $(power_dnsex_env) web bash -c "mix docs </dev/null"