diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 93ec3fc83f..be3f59d3a4 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -187,7 +187,7 @@ WORKDIR $QUAYDIR # Ordered from least changing to most changing. COPY --from=pushgateway /usr/local/bin/pushgateway /usr/local/bin/pushgateway COPY --from=build-python /app /app -COPY --from=config-tool /opt/app-root/src/go/bin/config-tool /bin +COPY --from=config-tool /opt/app-root/src/cmd/config-tool /bin COPY --from=build-quaydir /quaydir $QUAYDIR EXPOSE 8080 8443 7443 9091 55443