ferdium-server
ferdium-server copied to clipboard
Correct recipes path question
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.