Skip to content

Commit

Permalink
Update Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Feb 24, 2024
1 parent a599809 commit 08a6688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=dependencies /usr/src/app/node_modules ./node_modules
COPY . .

# Stage 3: Final image
FROM node:alpine
FROM node:lts

WORKDIR /usr/src/app

Expand Down

0 comments on commit 08a6688

Please sign in to comment.