Skip to content

Commit 28dd398

Browse files
fix: also install npm
1 parent e31a999 commit 28dd398

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
@@ -26,6 +26,9 @@ FROM node:18-alpine AS production
2626
RUN apk --no-cache add tzdata ca-certificates bash
2727
ENV TZ="Asia/Kolkata"
2828

29+
# Add NPM
30+
RUN apk add --update npm
31+
2932
# Step 9: Set working directory
3033
WORKDIR /app
3134

0 commit comments

Comments
 (0)