Skip to content

Commit

Permalink
(hotfix)Copy executables to the API Dockerfile final stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonnav committed Feb 8, 2024
1 parent bb89724 commit 722fe79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions estela-api/docker-conf/Dockerfile-django-api
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ WORKDIR /home/estela

# Copy installed dependencies from the builder stage
COPY --from=builder /build/deps /usr/local/lib/python3.9/site-packages
COPY --from=builder /build/deps/bin /usr/local/bin

COPY estela-api/ .
COPY database_adapters/ ./database_adapters
Expand Down

0 comments on commit 722fe79

Please sign in to comment.