Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Himes <[email protected]>
  • Loading branch information
lkuchenb and TheByronHimes authored Aug 5, 2024
1 parent d126a9c commit 0df14d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY --from=builder /service/lock/requirements.txt /service
RUN pip install --no-deps -r requirements.txt

# RUNNER: a container to run the service
FROM base as runner
FROM base AS runner
WORKDIR /service
RUN rm -rf /usr/local/lib/python3.12 && mkdir /usr/local/lib/python3.12
COPY --from=dep-builder /usr/local/lib/python3.12 /usr/local/lib/python3.12
Expand Down

0 comments on commit 0df14d0

Please sign in to comment.