Añadir captain-definition
This commit is contained in:
parent
13d077ae13
commit
5e0ca6db76
|
|
@ -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\"]"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue