Refine some logs level.
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 8884e89ebaba05e519ab5f532f3588c6b60a99e2..46ca0102c1e0ad1e7b7d86c4c56b3ef38075565d 100644 (file)
@@ -8,7 +8,6 @@ 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