-
Notifications
You must be signed in to change notification settings - Fork 98
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
Feat/update docker config #195
Conversation
6cb7a5e
to
967157c
Compare
21bb719
to
f3de262
Compare
Makefile
Outdated
@@ -56,6 +56,8 @@ build: .generate_v2_certs | |||
@# This conversion is required, otherwise we wouldn't be able to spawn the evcc start script. | |||
@# @ is used as a separator and allows us to escape '/', so we can substitute the '/' itself | |||
@sed -i.bkp 's@/secc/g@/evcc/g@g' iso15118/evcc/Dockerfile | |||
@# Add a delay on EVCC to give SECC time to start up | |||
@sed -i 's/CMD\ \/venv\/bin\/iso15118/CMD\ echo\ "Waiting for 5 seconds to start EVCC"\ \&\&\ sleep\ 5\ \&\&\ \/venv\/bin\/iso15118/g' iso15118/evcc/Dockerfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont you prefer to use the nomenclature above with the "@" I think it is cleaner to the human eye
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
48fe701
to
e728969
Compare
cool ;) just updated your description to link the PR with those opened issues, so they are closed automatically |
This PR includes:
fixes #192, fixes #194