Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fix requirements.txt location
Browse files Browse the repository at this point in the history
  • Loading branch information
thought-tobi committed Mar 28, 2024
1 parent fbd1c47 commit 637948e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
sudo apt install pipx
pipx ensurepath
pipx install poetry
poetry export -f requirements.txt -o package/requirements.txt --without-hashes
poetry export -f requirements.txt -o requirements.txt --without-hashes
- name: Docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV MONGODB_HOST="host.docker.internal:27017"
ENV PYTHONPATH=./

# install dependencies
COPY package/requirements.txt .
COPY requirements.txt .
COPY src ./src/
COPY config.yaml .

Expand Down

0 comments on commit 637948e

Please sign in to comment.