diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-02-28 16:28:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 16:28:48 +0100 |
commit | e8e96b070dc391879348eab74b6fef82ef269a0f (patch) | |
tree | 3ca6c2d0051f935b1fe982a5a2d0edeac76540bb /Dockerfile | |
parent | 828eed60025b20f5908b195d135c3f4cab59ef7d (diff) | |
download | bugzilla-e8e96b070dc391879348eab74b6fef82ef269a0f.tar.gz bugzilla-e8e96b070dc391879348eab74b6fef82ef269a0f.tar.xz |
Bug 1403344 - Add command to docker container for schema / data migrations
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 5f4072a18..6ebdc1946 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM mozillabteam/bmo-slim:20171228.1 + ARG CI ARG CIRCLE_SHA1 ARG CIRCLE_BUILD_URL |