Replies: 5 comments 3 replies
-
I haven't read anything in the official docker documentation about being arcane? |
Beta Was this translation helpful? Give feedback.
-
Addressed now :) |
Beta Was this translation helpful? Give feedback.
-
the override is incorrect, it overrides everything and reintroduces the problem. |
Beta Was this translation helpful? Give feedback.
-
sry was an other problem. |
Beta Was this translation helpful? Give feedback.
-
Yes, I made a typo too @devkral I knew that bit. Just one quick question for clarification. I like hatch in so many levels, mostly because it creates the venvs for us and so on but something I forgot, literally, what if I want to install all the packages (test, doc, dev...) in one go? Could you remind me of the command? |
Beta Was this translation helpful? Give feedback.
-
the docker-compose files shouldn't contain references to external volumes.
If you want to persist the changes, a docker-compose.override.yml can be used instead.
It is hard to use for external contributors (this is why I removed this in my PRs)
Beta Was this translation helpful? Give feedback.
All reactions