docker-network-graph/tool/build

6 lines
74 B
Bash
Executable file

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