Actualizar dockerfile
This commit is contained in:
parent
bb8fc4696a
commit
7809ac6ffa
|
|
@ -1,5 +1,4 @@
|
||||||
FROM node:20-bullseye
|
FROM mcr.microsoft.com/playwright:v1.49.0-jammy
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
@ -8,6 +7,4 @@ RUN npm install --omit=dev
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN npx playwright install --with-deps chromium
|
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
Loading…
Reference in New Issue