Skip to content

Commit 49e152b

Browse files
committed
docker file updated : server
1 parent e33df39 commit 49e152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY package*.json ./
66

7-
RUN npm ci --only=production
7+
RUN npm i
88

99
RUN npm run build
1010
COPY . .

0 commit comments

Comments
 (0)