Closed elisabettai closed 1 year ago
If a new user runs this according to the instructions, he will no get the VERSION file which is necessary to push the image to the registry (and get a correct version).
https://github.com/ITISFoundation/cookiecutter-osparc-service/blob/9f44b3193cab4850d1366323dc5e8d656988bb12/%7B%7Bcookiecutter.project_slug%7D%7D/Makefile#L21
A workaround is to run make version-service-path. Maybe this part can be improved or add this additional step to the README.md.
make version-service-path
If a new user runs this according to the instructions, he will no get the VERSION file which is necessary to push the image to the registry (and get a correct version).
https://github.com/ITISFoundation/cookiecutter-osparc-service/blob/9f44b3193cab4850d1366323dc5e8d656988bb12/%7B%7Bcookiecutter.project_slug%7D%7D/Makefile#L21
A workaround is to run
make version-service-path
. Maybe this part can be improved or add this additional step to the README.md.