Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhousanbu committed Mar 16, 2024
1 parent 51284cf commit f1d81e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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/
COPY --from=builder /app /work

WORKDIR /work

Expand Down

0 comments on commit f1d81e7

Please sign in to comment.