Skip to content

Commit

Permalink
Merge pull request #70 from datacite/issue-69
Browse files Browse the repository at this point in the history
Issue 69 - Install pyoai from maintainer's repo
  • Loading branch information
jrhoads committed Apr 27, 2022
2 parents 7983f52 + bdc7ff3 commit 2143f70
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 261 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM phusion/passenger-customizable:2.0.0
LABEL maintiainer="jrhoads@datacite.org"
FROM phusion/passenger-customizable:2.2.0
LABEL maintainer="support@datacite.org"

# Set correct environment variables.
ENV HOME /home/app
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ factory-boy = "*"
json_log_formatter = "*"
sentry-sdk = {extras = ["flask"],version = "*"}
python-dotenv = "*"
pyoai = {ref = "6f54ef677313c907479e605051bcfd2f1950dc13", git = "https://github.com/datacite/pyoai.git"}
pyoai = {ref = "5ff2f15e869869e70d8139e4c37b7832854d7049", git = "https://github.com/infrae/pyoai.git"}

[requires]
python_version = "3.8"
Loading

0 comments on commit 2143f70

Please sign in to comment.