-
Notifications
You must be signed in to change notification settings - Fork 23
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
Update docker instructions in Makefile and README #1843
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1843 +/- ##
=======================================
Coverage 77.73% 77.73%
=======================================
Files 127 127
Lines 5268 5268
=======================================
Hits 4095 4095
Misses 1173 1173
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
After: I get this warning:
and then an error when executing the Makefile:
@jwkaltz : Do you have a suggestion? |
I got the same error. I had to delete all dependencies, still had a old .venv Folder, and deleted all volumes. Also, it seems to me that the tables in oereb-db are not filled correctly. I was struggeling a bit but could not find the cause yet. |
It works when I run
before the |
It is running for me too. This pull request can be merged from my point of view. |
I started with |
As docker-compose is deprecated, "docker compose" shall be used instead.