diff --git a/Dockerfile b/Dockerfile index 33c29c8..cd468b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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