Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
7e811812df
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
12 lines (9 sloc) 276 Bytes
FROM bigfleet/comanage
ARG maintainer=my
ARG imagename=comanage
ARG version=1.0.5
LABEL Version=$version
ENV VERSION=$version
#ADD ./container_files /opt/
RUN ln -s /opt/etc/httpd/conf.d/virtual_host_443.conf /etc/httpd/conf.d/00-comanage-443.conf
VOLUME /etc/httpd/logs