-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Seat Adjuster Dockerfile is not buildable "stand-alone" #84
Comments
#85 provides just a quick fix: It makes the Dockerfile buildable from devContainer of vehicle-app-python-template (and instances of it). |
The Dockerfile of the seat-adjuster example contains a copy statement for the ./app folder and for the vehicle model to make it available in the created container. Dockerfiles shall be buildable "stand-alone", i.e. without requiring a devContainer where the container needs to be done. This bug relates to eclipse-velocitas/vehicle-app-python-template#162 |
What happened?
When trying to build the Seat Adjuster example using the provided Dockerfile, it fails due to a missing folder.
The folder
./app
does not exist in the repository.Operating System
Linux
What release version or branch did you use?
v0.9.0
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: