Actor Echo
Try for free
No credit card required
View all Actors
Actor Echo
netmilk/actor-echo
Try for free
No credit card required
.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
DownloadDeveloper
Maintained by Community
Actor metrics
- 1 monthly user
- 1 star
- 100.0% runs succeeded
- Created in Aug 2024
- Modified about 1 month ago
Categories