You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Docker image, should recipes definitely be at /app/build/recipes, per the docs?
The docs were updated to reference this path in #97, but the entrypoint script still uses /app/recipes, so I'm not sure if the docs are wrong or if the entrypoint script is wrong.
It looks like this was also raised in #81, and it appears that /app/recipes is correct, so I'm guessing #97 was a bad merge, but I'd like to confirm before I submit a patch.
The text was updated successfully, but these errors were encountered:
I've got the same question. I've previously mounted my recipes-volume to /app/build/recipes, but after checking entrypoint.sh I changed the mount path to /app/recipes. I haven't figured out which is correct, yet. But it's most likely /app/recipes
In the Docker image, should recipes definitely be at
/app/build/recipes
, per the docs?The docs were updated to reference this path in #97, but the entrypoint script still uses
/app/recipes
, so I'm not sure if the docs are wrong or if the entrypoint script is wrong.It looks like this was also raised in #81, and it appears that
/app/recipes
is correct, so I'm guessing #97 was a bad merge, but I'd like to confirm before I submit a patch.The text was updated successfully, but these errors were encountered: