Actor Echo
Pricing
Pay per usage
Go to Store
Actor Echo
0.0 (0)
Pricing
Pay per usage
1
Total users
3
Monthly users
2
Runs succeeded
>99%
Last modified
a month ago
.gitignore
storagenode_modules.venv
Dockerfile
FROM node:alpine
RUN npm i -g apify-cliWORKDIR /COPY .actor .actorCOPY ./bin ./bin
CMD ./bin/start.sh
.actor/actor.json
{ "actorSpecification": 1, "name": "actor-echo", "version": "0.0", "buildTag": "latest", "environmentVariables": {}}