Actor Echo avatar

Actor Echo

Under maintenance
Try for free

No credit card required

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Actor Echo

Actor Echo

netmilk/actor-echo
Try for free

No credit card required

Developer
Maintained by Community

Actor Metrics

  • 1 Monthly user

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Aug 2024

  • Modified 4 months ago

.gitignore

1storage
2node_modules
3.venv

Dockerfile

1FROM node:alpine
2
3RUN npm i -g apify-cli
4WORKDIR /
5COPY .actor .actor
6COPY ./bin ./bin
7
8CMD ./bin/start.sh

.actor/actor.json

1{
2	"actorSpecification": 1,
3	"name": "actor-echo",
4	"version": "0.0",
5	"buildTag": "latest",
6	"environmentVariables": {}
7}

bin/start.sh

Download