diff options
Diffstat (limited to 'docker/storperf-httpfrontend')
-rw-r--r-- | docker/storperf-httpfrontend/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/storperf-httpfrontend/Dockerfile b/docker/storperf-httpfrontend/Dockerfile index 4069d24..19d620e 100644 --- a/docker/storperf-httpfrontend/Dockerfile +++ b/docker/storperf-httpfrontend/Dockerfile @@ -17,6 +17,8 @@ FROM nginx:stable-alpine MAINTAINER Mark Beierl <mark.beierl@dell.com> LABEL version="3.1" description="OPNFV Storperf HTTP Front End Container" +ARG BRANCH=master + COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./html /etc/nginx/html |