资讯

FROM openjdk:14 LABEL maintainer=vleushin WORKDIR /app COPY libs libs/ COPY resources resources/ COPY classes classes/ ENTRYPOINT ["java", "-cp", "/app/resources:/app ...
the _log_uri is constructed using base_url from the config, but the base_url value does not end with /. This causes the path to concatenate incorrectly. Affected Code ...