This is an innocuous warning that your
This is an innocuous warning that your Dockerfile defines this environment argument but doesn't use it. It is actually only useful in monorepos where you have multiple Actors in the same repo and you want to have shared code but know which directory was the Actor started from
2 Replies
genetic-orange•4mo ago
Thank you so much. But, where is this defined? I don't have it in my Dockerfile:
So, if I understand this correctly, it seems the
ACTOR_PATH_IN_DOCKER_CONTEXT
is coming from the Apify build system, passing an unused argument, not my Docker. I can always suppress the warning in my Dockerfile, of course, and I probably will. I was just wondering what it could be.
Thank you!sensitive-blue•4mo ago
Yeah, it likely comes from Actor directly