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