Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
* Assign stage name `prod` in Dockerfile
  • Loading branch information
yunkon-kim committed Jul 3, 2024
1 parent d1b54b0 commit 87cd12c
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 @@ -15,7 +15,7 @@ COPY . .
RUN go build -o butterfly main.go

# Stage2: Execution butterfly binary
FROM alpine:latest
FROM alpine:latest as prod

WORKDIR /app

Expand Down

0 comments on commit 87cd12c

Please sign in to comment.