Release 1.0.10
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 46ca0102c1e0ad1e7b7d86c4c56b3ef38075565d..8884e89ebaba05e519ab5f532f3588c6b60a99e2 100644 (file)
@@ -8,6 +8,7 @@ RUN npm set progress=false && npm config set depth 0 && npm cache clean --force
 RUN npm install
 COPY tsconfig.json rollup.config.js ./
 COPY src ./src
+COPY src/assets/authorization-tags-template.json ./src/assets/authorization-tags.json
 COPY docker/config.json ./src/assets/config.json
 RUN npm run build