Skip to content

Commit

Permalink
remove -vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
xiphl committed Jan 29, 2024
1 parent 513d329 commit f6478c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ingest-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && apt install -y build-essential python3-dev
# FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8-slim as base
FROM openjdk:8 as prod-build
COPY . /datahub-src
RUN cd /datahub-src && ./gradlew :metadata-ingestion:codegen -vvv
RUN cd /datahub-src && ./gradlew :metadata-ingestion:codegen -d

FROM base as prod-codegen
COPY --from=prod-build /datahub-src /datahub-src
Expand Down

0 comments on commit f6478c3

Please sign in to comment.