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