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