Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #192 from gsainfoteam/mig
Browse files Browse the repository at this point in the history
update : version up node alpine in Dockerfile
  • Loading branch information
minjunj authored May 22, 2024
2 parents 31ad868 + 868f752 commit 4c0c0c4
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 @@ -11,7 +11,7 @@ RUN npm run build

# Step 2
## base image for Step 2: Node 14-alpine(light weight)
FROM node:14-alpine
FROM node:18.20.3-alpine
WORKDIR /app
## Step 1의 builder에서 build된 프로젝트를 가져온다
COPY --from=builder /app ./
Expand Down

0 comments on commit 4c0c0c4

Please sign in to comment.