diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2022-02-12 13:47:44 -0800 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2022-02-12 13:47:44 -0800 |
commit | 328ed69f136145e7249c6231085c0fa7226ccf59 (patch) | |
tree | 7a54fa1a5863d0c5ab78a50b6c2cc708331bc023 /bin | |
parent | Add new liquid tag to support current year. (diff) | |
download | www-328ed69f136145e7249c6231085c0fa7226ccf59.tar.gz www-328ed69f136145e7249c6231085c0fa7226ccf59.tar.bz2 www-328ed69f136145e7249c6231085c0fa7226ccf59.zip |
Dockerfile: Add one line as suggested by antarus.
Automatically starts the container after building.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/docker-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/docker-setup.sh b/bin/docker-setup.sh index 7f8f862..0b26165 100755 --- a/bin/docker-setup.sh +++ b/bin/docker-setup.sh @@ -3,3 +3,4 @@ set -e source "$(dirname "$0")"/docker-helper.inc cd "$(dirname "$0")"/.. # Need to be in correct path docker_build +docker_run_net_host "${@}" |