Skip to content

Commit 0ad86c5

Browse files
committed
fix: dockerfile missing readme
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent f8c108d commit 0ad86c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN poetry config virtualenvs.in-project true
1010

1111
# Setup project
1212
RUN mkdir acapy_controller && touch acapy_controller/__init__.py
13-
COPY pyproject.toml poetry.lock ./
13+
COPY pyproject.toml poetry.lock README.md ./
1414
ARG install_flags=--no-dev
1515
RUN poetry install ${install_flags} -E models
1616

0 commit comments

Comments
 (0)