Añadir captain-definition
This commit is contained in:
parent
170ec4b95a
commit
d92a6a08ae
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"schemaVersion": 2,
|
||||
"dockerfileLines": [
|
||||
"FROM mcr.microsoft.com/playwright:v1.49.0-jammy",
|
||||
"WORKDIR /app",
|
||||
"COPY package.json ./",
|
||||
"RUN npm install",
|
||||
"COPY worker-multi-estado.js ./",
|
||||
"ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1",
|
||||
"CMD [\"node\", \"worker-multi-estado.js\"]"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue