Skip to content
Permalink
033e5387e9
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) 289 Bytes
FROM i2incommon/grouper:2.5.56
LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"
COPY container_files/web.xml /opt/grouper/grouperWebapp/WEB-INF/
COPY container_files/tomcat-users.xml /opt/tomee/conf/
COPY container_files/server.xml /opt/tomee/conf/
CMD ["ws"]