Dashboard and nginx fixes

Change-Id: I4ee34b24779f929f41852d4662018caead860ab6
diff --git a/Dockerfile b/Dockerfile
index 4b1df3d..8dd7ce4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,4 +25,5 @@
 RUN npm run build
 
 # Override nginx configutaion
-RUN mv ${CODE_SOURCE}/nginx.conf /etc/nginx/conf.d/default.conf
\ No newline at end of file
+RUN mv ${CODE_SOURCE}/nginx.conf /etc/nginx/conf.d/default.conf
+#RUN service nginx restart
\ No newline at end of file