Skip to content

Commit e4a85e0

Browse files
committed
set Dockerfile multi-stage
1 parent d5df58d commit e4a85e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ RUN cd src && CGO_ENABLED=0 GOOS=linux go build -o ding-dong-bot -v ./examples/d
77
FROM alpine AS prod
88
WORKDIR /root/
99
COPY --from=builder /root/src/ding-dong-bot .
10-
ENTRYPOINT ["./ding-dong-bot"]
10+
ENTRYPOINT ["./ding-dong-bot"]

0 commit comments

Comments
 (0)