examples: add deploy-container-minimal.sh

This commit is contained in:
Erik Arvstedt 2020-10-18 13:41:57 +02:00
parent e6340426c1
commit b574cb097f
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 71 additions and 21 deletions

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
exec "${BASH_SOURCE[0]%/*}/deploy-container.sh" --minimal-config "$@"