From 05a7ce73fe3e8bebc59f8a94f1607c966f5cd3ea Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 30 Dec 2025 08:45:43 +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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 captain-definition diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..93da897 --- /dev/null +++ b/captain-definition @@ -0,0 +1,13 @@ +{ + "schemaVersion": 2, + "dockerfileLines": [ + "FROM mcr.microsoft.com/playwright:v1.40.0-focal", + "WORKDIR /usr/src/app", + "COPY package*.json ./", + "ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1", + "RUN npm install", + "COPY . .", + "EXPOSE 3000", + "CMD [ \"node\", \"robot_cobros.js\" ]" + ] +} \ No newline at end of file