You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- FROM httpd:2.4
- LABEL maintainer="LessPass <contact@lesspass.com>"
- LABEL name="LessPass Web Server"
-
- COPY ./httpd-default.conf /usr/local/apache2/conf/extra/httpd-default.conf
- COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf
- COPY ./httpd-ssl.conf /usr/local/apache2/conf/extra/httpd-ssl.conf
- COPY entrypoint.sh /entrypoint.sh
- ENTRYPOINT ["/entrypoint.sh"]
- CMD ["httpd-foreground"]
|