feat: build CI base img to speedup exec
This commit is contained in:
parent
45606e9f85
commit
6fb3b1571b
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM node:20.10.0
|
||||||
|
COPY ./package.json .
|
||||||
|
COPY ./package-lock.json .
|
||||||
|
RUN npm ci
|
||||||
|
RUN npx playwright install --with-deps
|
Loading…
Reference in a new issue