Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3626ea613c | |||
| aaebdc5da7 |
+7
-4
@@ -8,10 +8,13 @@ WORKDIR /data
|
|||||||
|
|
||||||
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
||||||
|
|
||||||
RUN yarn && \
|
RUN yarn
|
||||||
npx playwright install-deps && \
|
|
||||||
apt-get clean && \
|
RUN npx playwright install-deps
|
||||||
yarn cache clean
|
|
||||||
|
RUN apt-get clean
|
||||||
|
|
||||||
|
RUN yarn cache clean
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user