Skip to content
Permalink
f30d47e419
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (6 sloc) 304 Bytes
FROM tier/grouper:2.4.0-a47-u25-w5-p6-20190611
LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"
COPY container_files/web.xml /opt/grouper/grouper.ws/WEB-INF/
COPY container_files/tomcat-users.xml /opt/tomcat/conf/
COPY container_files/server.xml /opt/tomcat/conf/
CMD ["ws"]