Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
#1 fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Mar 1, 2017
1 parent 445b182 commit 29713df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-template-rest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ LABEL maintainer="[email protected]"
LABEL description="iRODS Core REST API."
ADD runit.sh /

ADD target/irods-base-rest.war /usr/local/tomcat/webapps/
ADD target/metadata-template-rest.war /usr/local/tomcat/webapps/
CMD ["/runit.sh"]



# build: docker build -t diceunc/irods-base-rest:4.2.1.0 .
# build: docker build -t diceunc/metadata-template-rest:4.2.1.0 .

# run: docker run -d --rm -p 8080:8080 -v /etc/irods-ext:/etc/irods-ext --add-host irods420.irodslocal:172.16.250.101 diceunc/irods-base-rest:4.2.1.0

0 comments on commit 29713df

Please sign in to comment.