Skip to content

Commit

Permalink
wip: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhousanbu committed Mar 16, 2024
1 parent 1806bb0 commit f51bfab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN go build -ldflags '-linkmode external -extldflags "-static"' -o captcha-bot
FROM alpine:latest

COPY --from=builder /app/captcha-bot /work/captcha-bot
COPY --from=builder /app/captcha-bot/config /work/captcha-bot/config

WORKDIR /work

Expand Down

0 comments on commit f51bfab

Please sign in to comment.