Closed sebastienbeau closed 2 years ago
Yes but we can't use branch without the fork.
two possible workarounds:
I didn't think further what would be the best...
@sebastienbeau I had to do this trivial fix to get it to work https://github.com/akretion/docky/pull/154/commits/a714674f92ec61ef047dbbd62dbabf8e57a77bca
OK for me to not use a fork of copier. I really prefer to know that we use explicitely copier and not encapsulate it
@hparfr let's merge it ?
yes maybe no docky init is an option if .env created by copier !? @sebastienbeau
Copier should not create the ".env" file as this file is not commited. It's not the logic of copier, copier is here to create, then update the versioned file. Moreover you want to generate an env file without updating your project, so copier is not the right tools for doing it.
So we have the following possibility for the .env
What do you think ?
+ 1 for .env-sample with instruction inside
.env-sample seems good to me
It would be great if docky could refuse to start if there is no .env file also
Docky init removed, let's merge it
please update the readme also ;-)
@hparfr readme is ok for you ?
@hparfr to discuss We can no publish to pypi if we depend of a fork @PierrickBrun