diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..806acec --- /dev/null +++ b/captain-definition @@ -0,0 +1,12 @@ +{ + "schemaVersion": 2, + "dockerfileLines": [ + "FROM mcr.microsoft.com/playwright:v1.49.0-jammy", + "WORKDIR /app", + "COPY package.json ./", + "RUN npm install", + "COPY worker-multi-estado.js ./", + "ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1", + "CMD [\"node\", \"worker-multi-estado.js\"]" + ] +} \ No newline at end of file