Añadir Dockerfile
This commit is contained in:
parent
a1236ded47
commit
13d077ae13
|
|
@ -0,0 +1,10 @@
|
||||||
|
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