docker-network-graph/tool/build

7 lines
74 B
Text
Raw Normal View History

#! /usr/bin/env bash
(
cd "$(dirname "$0")/.." \
&& pipenv install
)