Fix ATG run duration computation
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 8884e89ebaba05e519ab5f532f3588c6b60a99e2..531bb43f9153576083fe24ae6ca86008baed57e4 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
 
@@ -18,7 +17,7 @@ WORKDIR /usr/app
 
 COPY --from=builder /usr/builder/node_modules ./node_modules
 COPY --from=builder /usr/builder/dist ./dist
-COPY NOTICE LICENSE ./
+COPY README.md NOTICE LICENSE ./
 COPY docker/autoconfig.sh /autoconfig.sh
 RUN chmod +x /autoconfig.sh