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