Skip to content

Commit

Permalink
fix stage ref for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 14, 2024
1 parent 3bbdc24 commit 87d833a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ ARG PYTHON_VERSION
RUN cat /python_version
RUN PYTHON_VERSION=$(cat /python_version)

COPY --from=stage-2 /usr/local/lib/python${PYTHON_VERSION}/site-packages /usr/local/lib/python${PYTHON_VERSION}/site-packages
COPY --from=stage-2 /usr/local/bin /usr/local/bin
COPY --from=stage-3 /usr/local/lib/python${PYTHON_VERSION}/site-packages /usr/local/lib/python${PYTHON_VERSION}/site-packages
COPY --from=stage-3 /usr/local/bin /usr/local/bin

# copy everything explicitly 'allowed' in .dockerignore
COPY . .
Expand Down

0 comments on commit 87d833a

Please sign in to comment.