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

Commit e488609

Browse files
authored
fix: building docker image (#55)
1 parent bba984f commit e488609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
COPY package.json package-lock.json ./
1010

1111
# Install dependencies
12-
RUN --mount=type=cache,target=/root/.npm npm install
12+
RUN --mount=type=cache,target=/root/.npm npm install --ignore-scripts
1313

1414
# Copy the rest of the source code
1515
COPY tsconfig.json ./

0 commit comments

Comments
 (0)