From 5e0ca6db76d6e64adf3363b0ee84323c6b50327a Mon Sep 17 00:00:00 2001 From: marsalva Date: Wed, 4 Feb 2026 20:57:13 +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..508ca1e --- /dev/null +++ b/captain-definition @@ -0,0 +1,11 @@ +{ + "schemaVersion": 2, + "dockerfileLines": [ + "FROM mcr.microsoft.com/playwright:v1.49.1-noble", + "WORKDIR /app", + "COPY package*.json ./", + "RUN npm install", + "COPY . .", + "CMD [\"node\", \"index.js\"]" + ] +} \ No newline at end of file