Actor Echo
Pricing
Pay per usage
Go to Apify Store
Actor Echo
0.0 (0)
Pricing
Pay per usage
1
6
2
Last modified
6 months ago
Pricing
Pay per usage
0.0 (0)
Pricing
Pay per usage
1
6
2
Last modified
6 months ago
storagenode_modules.venv
FROM node:alpine
RUN npm i -g apify-cli
WORKDIR /
COPY ./ ./actor
RUN pwdRUN ls -lahRUN find /actor
CMD pwd && /actor/bin/start.sh
{ "actorSpecification": 1, "name": "actor-echo", "version": "0.1", "buildTag": "latest", "environmentVariables": {}}