devcontainer/addons/rootfs/usr/bin/devcontainer_bootstrap

7 lines
63 B
Bash

#!/bin/bash
set -e
bash /usr/bin/supervisor_bootstrap
exit 0