12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
{
|
|
"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\"]"
|
|
]
|
|
} |