Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 1757648

Browse files
committed
Test: Try npm i --verbose to see why workflow times out
1 parent 06ca879 commit 1757648

File tree

3 files changed

+1273
-15
lines changed

3 files changed

+1273
-15
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk update && \
1616
ENV NODE_NO_WARNINGS=1
1717

1818
COPY tsconfig.json environment.d.ts package*.json tsconfig.json yarn.lock ./
19-
RUN npm install
19+
RUN npm install --verbose
2020

2121
COPY ./src ./src
2222
RUN npm run build:mini
@@ -33,9 +33,9 @@ WORKDIR /build
3333

3434
RUN mkdir -p /build/src/data
3535

36-
COPY package*.json yarn.lock ./
36+
COPY package*.json ./
3737

38-
RUN npm install --omit=dev
38+
RUN npm install --omit=dev --verbose
3939

4040
COPY --from=builder /build/dist/* /build/src
4141
COPY --from=builder /build/src/misc/entrypoint.sh /build/entrypoint.sh

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)