summaryrefslogtreecommitdiffstats
path: root/docker/scripts/start.sh
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-11-18 01:37:30 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-11-18 01:41:18 +0100
commit8f11979d6dce78de1ed53488d4ddeec32dd3bda3 (patch)
tree77f7fd80ac835f0f571d284cd86964bbc83b4fd3 /docker/scripts/start.sh
parentbd1cd98f4bb655e4fa8c83aa7126d0c0f84bf53b (diff)
downloadbugzilla-8f11979d6dce78de1ed53488d4ddeec32dd3bda3.tar.gz
bugzilla-8f11979d6dce78de1ed53488d4ddeec32dd3bda3.tar.xz
Revert "Bug 1222497 - Refactor the BMO docker image with new file and script structure while minimizing final image size"
Diffstat (limited to 'docker/scripts/start.sh')
-rwxr-xr-xdocker/scripts/start.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/docker/scripts/start.sh b/docker/scripts/start.sh
deleted file mode 100755
index 077870166..000000000
--- a/docker/scripts/start.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-docker run -d \
- --name dkl_bugzilla_1 \
- --hostname dkl_bugzilla_1 \
- --publish 80:80 \
- --publish 2222:22 \
- --volume /home/dkl/devel:/home/bugzilla/devel \
- --volume /home/dkl/data/bzdev/mysql:/var/lib/mysql \
- dkl_bugzilla