From bbc2639267c37045e2352127353245cdfa077c58 Mon Sep 17 00:00:00 2001 From: marsalva Date: Fri, 26 Dec 2025 09:30:32 +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 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 captain-definition diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..c3d30dc --- /dev/null +++ b/captain-definition @@ -0,0 +1,11 @@ +{ + "schemaVersion": 2, + "dockerfileLines": [ + "FROM mcr.microsoft.com/playwright:v1.57.0-noble", + "WORKDIR /app", + "COPY package*.json ./", + "RUN npm install", + "COPY . .", + "CMD [\"node\", \"index.js\"]" + ] +} \ No newline at end of file