9 Replies
Project ID:
e7d81d77-7cfa-427f-8de3-7f01da83fad6
e7d81d77-7cfa-427f-8de3-7f01da83fad6
it's not picking up changes in
pyproject.toml
so poetry installs are cachedSet
NIXPACKS_NO_CACHE
to 1
in your serviceadded the variable, build is still cached:
Are you using a custom Dockerfile?
yep
Hi @rayofbytes Any updates to this issue? This issue is blocking our production. Setting NIXPACKS_NO_CACHE to 1 didn't help. 😢
+1 looks like this is still just "planned"? This is a must that make using Dockerfiles on railway useless without
https://feedback.railway.app/feature-requests/p/provide-a-way-to-invalidate-dockerfile-cache
Provide a way to invalidate Dockerfile cache | Feature Requests | R...
Sometimes the user wants to invalidate the Dockerfile cache. It could for security reasons or just because they are using some dynamic content on RUN commands.
Is there any update here?