fix: ensure docker image configurations can be overriden from
[e-mobility-charging-stations-simulator.git] / bundle.js
index 912d16d95ae41f32ae40a562206c4950bb43d697..806f66c5a93b1f00fd07dffd1782da9b2d0d98c7 100644 (file)
--- a/bundle.js
+++ b/bundle.js
@@ -47,7 +47,8 @@ await build({
         './dist/assets/*.json',
         './dist/assets/json-schemas',
         './dist/assets/station-templates',
-        './dist/assets/ui-protocol'
+        './dist/assets/ui-protocol',
+        './dist/assets/configs-docker'
       ]
     }),
     copy({
@@ -67,6 +68,10 @@ await build({
         {
           from: ['./src/assets/station-templates/**/*.json'],
           to: ['./assets/station-templates']
+        },
+        {
+          from: ['./src/assets/configs-docker/*.json'],
+          to: ['./assets/configs-docker']
         }
       ]
     })