Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Suraj-kumar00 and coderabbitai[bot] authored Oct 8, 2024
1 parent 67d0919 commit 52be1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json package-lock.json ./

# Install dependencies
RUN npm install
RUN npm ci --production

# Copy the rest of the application code to the working directory
COPY . .
Expand Down

0 comments on commit 52be1bd

Please sign in to comment.