We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63f576 commit e307b2cCopy full SHA for e307b2c
Dockerfile
@@ -7,4 +7,4 @@ RUN cd src && CGO_ENABLED=0 GOOS=linux go build -o ding-dong-bot -v ./examples/d
7
FROM alpine AS prod
8
WORKDIR /root/
9
COPY --from=builder /root/src/ding-dong-bot .
10
-ENTRYPOINT ["./ding-dong-bot"]
+ENTRYPOINT ["./ding-dong-bot"]
0 commit comments