Skip to content

Commit

Permalink
dockerfile.prod runs make setup in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrSheldon committed Sep 6, 2024
1 parent 9f82402 commit ac2b27a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ chmod +x ./src/tira_app/endpoints/aha # FIXME; aha is not copied to the Product

# Run tests
export TIRA_CONFIG="/tira/config/tira-application-config.yml"
export TIRA_DEBUG=true
make setup
cd test
pytest
Expand Down

0 comments on commit ac2b27a

Please sign in to comment.