I can't deploy code as written in apify docs
I want to learn how to deploy local code to apify platform, so I followed tutorial from here https://docs.apify.com/academy/deploying-your-code. Here my published actor
https://apify.com/encouraged_keyboard/firstpush
3 Replies
@Aleksei just advanced to level 1! Thanks for your contributions! 🎉
Hi @Aleksei I assume you are missing the run commands in your Dockerfile.
To limit other issues I suggest you to create a new project from a template via apify-cli , you may find all the necessary step here https://docs.apify.com/cli/ This should provide you minimal working example which you can also push to the Apify Platform and run it without issues.
fair-roseOP•2y ago
Thank you