Skip to content

Commit

Permalink
Include aries_cloudagent code into build
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology committed Nov 1, 2023
1 parent 37c4bc2 commit 936a858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.indy
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,11 @@ WORKDIR /home/indy/src
RUN mkdir -p test-reports && chown -R indy:indy test-reports && chmod -R ug+rw test-reports

ADD ./README.md pyproject.toml ./poetry.lock ./
COPY ./aries_cloudagent/ ./aries_cloudagent/

USER root
RUN pip install --no-cache-dir poetry
RUN poetry install --no-root --no-directory -E "askar bbs indy"
RUN poetry install --compile -E "askar bbs indy"

ADD --chown=indy:root . .
USER indy
Expand Down

0 comments on commit 936a858

Please sign in to comment.