Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad525b8b00 | |||
| 24cced9dba |
+5
-6
@@ -8,13 +8,12 @@ WORKDIR /data
|
|||||||
|
|
||||||
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
COPY ./package.json ./yarn.lock ./playwright.config.ts ./
|
||||||
|
|
||||||
RUN yarn
|
# Increase timeout to pass github actions arm64 build
|
||||||
|
RUN yarn install --network-timeout 10000000
|
||||||
|
|
||||||
RUN npx playwright install-deps
|
RUN npx playwright install-deps && \
|
||||||
|
apt-get clean && \
|
||||||
RUN apt-get clean
|
yarn cache clean
|
||||||
|
|
||||||
RUN yarn cache clean
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user