Skip to content

Commit

Permalink
Debug docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Jul 31, 2023
1 parent 92af2ac commit be56ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
run: echo DATACITE_PASSWORD=${{ secrets.DATACITE_PASSWORD }} >> ./.github/config.env

- name: Run minting api
run: docker run -e ./.github/config.env -d -p 8000:8000 harbor.stfc.ac.uk/icat/doi-mint-api
run: docker run -e ./.github/config.env -p 8000:8000 harbor.stfc.ac.uk/icat/doi-mint-api

# E2E tests
- name: Setup Node.js
Expand Down

0 comments on commit be56ea1

Please sign in to comment.