Skip to content

Commit

Permalink
Add README.md file
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Dec 9, 2024
1 parent d84d3f8 commit ca12788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:${python_version}-slim-bullseye AS build
WORKDIR /src

COPY ./acapy_agent ./acapy_agent
COPY ./pyproject.toml ./poetry.lock ./
COPY ./pyproject.toml ./poetry.lock ./README.md ./

RUN pip install --no-cache-dir poetry
RUN poetry build
Expand Down

0 comments on commit ca12788

Please sign in to comment.