Run dev server on port 9002 since local Custos docker containers take ports 9000 and 9001
diff --git a/vue.config.js b/vue.config.js
index 376881d..83fe34d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,5 +1,5 @@
 const BundleTracker = require("webpack-bundle-tracker");
-const port = 9000;
+const port = 9002;
 
 module.exports = {
   publicPath: