Actor Echo
Pricing
Pay per usage
Go to Apify Store
Actor Echo
0.0 (0)
Pricing
Pay per usage
1
4
1
Last modified
4 months ago
Pricing
Pay per usage
0.0 (0)
Pricing
Pay per usage
1
4
1
Last modified
4 months ago
storagenode_modules.venv
FROM node:alpine
RUN npm i -g apify-cliWORKDIR /COPY .actor .actorCOPY ./bin ./bin
CMD ./bin/start.sh
{ "actorSpecification": 1, "name": "actor-echo", "version": "0.0", "buildTag": "latest", "environmentVariables": {}}