Skip to content

Commit

Permalink
prod image: fix helm chart dir (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
chassing authored Dec 10, 2024
1 parent 8a617c7 commit 19e7198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.7@sha256:23272999edd22e78195509ea3fe380e763
WORKDIR /work

COPY pyproject.toml uv.lock README.md ./
COPY helm helm
COPY tools tools
COPY reconcile reconcile

Expand Down Expand Up @@ -63,7 +64,7 @@ RUN microdnf upgrade -y && microdnf clean all

WORKDIR /work
# the integration-manager needs the helm charts
COPY helm helm
RUN ln -s /work/helm /helm
COPY --from=build-image /work ./

# Set the PATH to include the virtualenv
Expand Down

0 comments on commit 19e7198

Please sign in to comment.