summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-02-05 19:16:34 +0000
committerGerrit Code Review <review@openstack.org>2019-02-05 19:16:34 +0000
commitd010bec30ab5a6a0a454110b766260f2d8a42fc1 (patch)
tree170dc713e868329adf3340386e8451a50b394b34 /Dockerfile
parente1c0eb080d001aabc761ea15f8bb1a2ac30749e0 (diff)
parentb4f6ef7b702691e48c575dc43c66155155cfbf4e (diff)
downloadzuul-d010bec30ab5a6a0a454110b766260f2d8a42fc1.tar.gz
Merge "Disable service workers by default"
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 019ba4297..4801f79c6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,8 +17,8 @@ FROM opendevorg/python-builder as builder
# Optional location of Zuul API endpoint.
ARG REACT_APP_ZUUL_API
-# Optional flag to disable React Service Worker. (set to true to disable)
-ARG REACT_APP_DISABLE_SERVICE_WORKER
+# Optional flag to enable React Service Worker. (set to true to enable)
+ARG REACT_APP_ENABLE_SERVICE_WORKER
COPY . /tmp/src
RUN /tmp/src/tools/install-js-tools.sh