Actor Echo avatar
Actor Echo

Pricing

Pay per usage

Go to Store
Actor Echo

Actor Echo

Developed by

Misceres

Misceres

Maintained by Community

0.0 (0)

Pricing

Pay per usage

1

Total users

3

Monthly users

2

Runs succeeded

>99%

Last modified

a month ago

.gitignore

storage
node_modules
.venv

Dockerfile

FROM node:alpine
RUN npm i -g apify-cli
WORKDIR /
COPY .actor .actor
COPY ./bin ./bin
CMD ./bin/start.sh

.actor/actor.json

{
"actorSpecification": 1,
"name": "actor-echo",
"version": "0.0",
"buildTag": "latest",
"environmentVariables": {}
}

bin/start.sh

Download