aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2022-02-12 13:47:44 -0800
committerMatthew Marchese <maffblaster@gentoo.org>2022-02-12 13:47:44 -0800
commit328ed69f136145e7249c6231085c0fa7226ccf59 (patch)
tree7a54fa1a5863d0c5ab78a50b6c2cc708331bc023 /bin
parentAdd new liquid tag to support current year. (diff)
downloadwww-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-xbin/docker-setup.sh1
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 "${@}"