VOL-377 This update enables the use of envoy with voltha in standalone
mode.

Change-Id: Iab43be57abe1e7fab016732609fc087bf0b40a36
diff --git a/docker/Dockerfile.nginx b/docker/Dockerfile.nginx
index 128e6ee..000583a 100755
--- a/docker/Dockerfile.nginx
+++ b/docker/Dockerfile.nginx
@@ -25,7 +25,8 @@
 # Download the consul-template software
 RUN wget https://releases.hashicorp.com/consul-template/0.18.2/consul-template_0.18.2_linux_amd64.tgz -O - | tar xzf - -C /usr/bin 
 #
-
+RUN mkdir -p /nginx_config
+COPY nginx_config /nginx_config
 # Exposing process and default entry point
 ENTRYPOINT ["/nginx_config/start_service.sh"]