By not mounting the local directory in the container,
we avoid the problem of the static files being
overwritten.
This change forces you to run `make build; make dev-up`
for *every* change, even templates.
Change-Id: I9ba3d5711dab7aa86773fbf392fca9c92f042702
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
     web:
         image: opnfv/pharos-tools-laas-dashboard:dev
         build:
-           context: .
-           dockerfile: web/Dockerfile
-        volumes:
-            - ./src:/pharos_dashboard
+            context: .
+            dockerfile: web/Dockerfile
     worker:
         image: opnfv/pharos-tools-laas-celery:dev
         build:
-           context: .
-           dockerfile: worker/Dockerfile
-        volumes:
-            - ./src:/pharos_dashboard
+            context: .
+            dockerfile: worker/Dockerfile