Skip to content

Commit

Permalink
chore: update poetry to v2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianScheidegger authored Jan 14, 2025
1 parent 4377f4f commit 7e9014d
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 378 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV POLARION_REQUIREMENTS_INSPECTOR_SERVICE_VERSION=$APP_IMAGE_VERSION
WORKDIR ${WORKING_DIR}

COPY requirements.txt ${WORKING_DIR}/requirements.txt
COPY README.md ${WORKING_DIR}/README.md
COPY ./app/ ${WORKING_DIR}/app/
COPY ./poetry.lock ${WORKING_DIR}
COPY ./pyproject.toml ${WORKING_DIR}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Service providing REST API to use Polarion Requirements Inspector functionality
docker build \
--build-arg APP_IMAGE_VERSION=0.0.0-dev \
--file Dockerfile \
--tag polarion-requirements-inspector-service:0.0.0-dev
--tag polarion-requirements-inspector-service:0.0.0-dev \
.
```

Expand Down
Loading

0 comments on commit 7e9014d

Please sign in to comment.