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

Commit cf3bd15

Browse files
committed
Stuff
1 parent 158fe02 commit cf3bd15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ RUN pnpm config set network-timeout 300000 && \
2121
pnpm config set fetch-retry-maxtimeout 120000 && \
2222
pnpm install --frozen-lockfile --ignore-scripts
2323

24+
# Install TypeScript globally to ensure tsc is available
25+
RUN npm install -g typescript
26+
2427
# Copy source code
2528
COPY . .
2629

0 commit comments

Comments
 (0)