-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #774 from OHDSI/1.19.0-QA-into-master
Merging the latest 'qa' into 'master'
- Loading branch information
Showing
54 changed files
with
1,137 additions
and
340 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM hub.odysseusinc.com/portal_env:1.1.0 | ||
FROM hub.odysseusinc.com/portal_env:1.1.1 | ||
MAINTAINER [email protected] | ||
USER root | ||
VOLUME /tmp | ||
ADD portal-exec.jar /portal.jar | ||
ADD run.sh /bin/run.sh | ||
RUN chmod +x /bin/run.sh | ||
EXPOSE 8080 5434 8983 | ||
CMD ["/bin/run.sh"] | ||
EXPOSE 8443 5434 8983 | ||
CMD ["/bin/run.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.