Moving to actor/actor.json fails
I had an old actor (WEB IDE on Apfiy) and I am on the process to update it to match the new configuration style (cf this link https://docs.apify.com/actors/development/actor-config#essential-materials). But at build time, it sounds like the builder cannot find the Dockerfile
ACTOR: Dockerfile not found, using the default one
. My guess is that the builder does not understand that I am switching of building style for this actor. Any idea ?Apify
Actor config · Apify Documentation
Learn how to write the main actor config in the
.actor/actor.json
file.
7 Replies
wise-white•3y ago
What happens if you remove the dockerfile setting?
like-goldOP•3y ago
removing the linke 9 from the actor.json file ? Or removing the Dockerfile
wise-white•3y ago
The former
like-goldOP•3y ago
still the same pb
wise-white•3y ago
Hmm, let me take a look
like-goldOP•3y ago
need an actor ID ?
wise-white•3y ago
Feel free to DM me that, sure :Prayge:
For any readers, we figured it out (it was the
.actor
folder having an extra space in its name)