a year ago
How can I disable caching for a service where I am using Dockerfile for build.
4 Replies
a year ago
For some reason railway is using cached docker file which points to the dev dockerfile not the prod one.
even after adding NIXPACKS_NO_CACHE=1 does not seems to resolve the issue.
a year ago
nixpacks has nothing to do with building from dockerfiles
a year ago
please see this docs section -
a year ago
Thanks, this worked!