Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…t-python into tagged_upgrades
  • Loading branch information
shaangill025 committed Sep 18, 2023
2 parents d4ccb5d + d705ca2 commit bcf0e2c
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 bcf0e2c

Please sign in to comment.