minor change to DockerFile
This commit is contained in:
parent
d7705b585e
commit
aaebdc5da7
11
Dockerfile
11
Dockerfile
|
@ -8,10 +8,13 @@ WORKDIR /data
|
|||
|
||||
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
||||
|
||||
RUN yarn && \
|
||||
npx playwright install-deps && \
|
||||
apt-get clean && \
|
||||
yarn cache clean
|
||||
RUN yarn
|
||||
|
||||
RUN npx playwright install-deps
|
||||
|
||||
RUN apt-get clean
|
||||
|
||||
RUN yarn cache clean
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Ŝarĝante…
Reference in New Issue