Skip to content

Commit

Permalink
fix: dockerfile missing readme
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Apr 11, 2024
1 parent f8c108d commit 0ad86c5
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 @@ -10,7 +10,7 @@ RUN poetry config virtualenvs.in-project true

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

Expand Down

0 comments on commit 0ad86c5

Please sign in to comment.