Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhousanbu committed Mar 16, 2024
1 parent f51bfab commit 51284cf
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 @@ -20,7 +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
COPY --from=builder /app/captcha-bot/config/* /work/captcha-bot/config/

WORKDIR /work

Expand Down

0 comments on commit 51284cf

Please sign in to comment.