eclipse / kuksa.val.services

Repository for Vehicle Service Related implementations for Eclipse SDV
Apache License 2.0
15 stars 18 forks source link

Bug in Dockerfile for mock service #115

Closed PratikGaner closed 6 months ago

PratikGaner commented 7 months ago

CMD arguments in the dockerfile not detecting mockservice.py since it is present in another folder "mock" which is in the same level as Dockerfile.

vasilvas99 commented 7 months ago

Confirmed:

This commit has moved files under the mockservice directory: https://github.com/eclipse/kuksa.val.services/commit/a1bff339cf03e9206115cb9bb9ae6afc3e4451f1

But the dockerfile is still referencing the old structure in the entrypoint: https://github.com/eclipse/kuksa.val.services/blob/main/mock_service/Dockerfile

PratikGaner commented 7 months ago

when can the changes be updated?

lukasmittag commented 6 months ago

updated