Skip to content

Commit

Permalink
Merge branch 'main' into per_tenant_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shaangill025 authored Sep 18, 2023
2 parents cffa9ce + d705ca2 commit fa9ad93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ test-reports
.python-version
docker
env
.venv
3 changes: 2 additions & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ WORKDIR /usr/src/app
RUN pip install --no-cache-dir poetry

ADD ./README.md pyproject.toml ./poetry.lock ./
RUN mkdir aries_cloudagent && touch aries_cloudagent/__init__.py

RUN poetry install --no-root --no-directory -E "askar bbs"
RUN poetry install --no-directory -E "askar bbs" --with=dev

ADD . .

Expand Down

0 comments on commit fa9ad93

Please sign in to comment.