From d92a6a08ae7bff59234b0c5e6530bdd405038b79 Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 6 Jan 2026 21:34:44 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20captain-definition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- captain-definition | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 captain-definition 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