Skip to content

Commit 57f51a5

Browse files
ironyaider-chat-bot
andcommitted
fix: installera alla dev-dependencies för lyckad TypeScript-bygge
Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <[email protected]>
1 parent 6588830 commit 57f51a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ WORKDIR /app
88
COPY package*.json ./
99
COPY tsconfig.json ./
1010

11-
# Install dependencies
12-
RUN npm ci --only=production && npm cache clean --force
11+
# Install all dependencies (including devDependencies for building)
12+
RUN npm ci && npm cache clean --force
1313

1414
# Copy source code
1515
COPY src/ ./src/

0 commit comments

Comments
 (0)