0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/e2e/docker/apache-verdaccio/apache_proxy/Dockerfile

7 lines
283 B
Text
Raw Normal View History

2023-02-20 01:16:35 -05:00
FROM eboraas/apache
LABEL Juan Picado <jotadeveloper@gmail.com>
# http://pierrecaserta.com/apache-proxy-one-docker-server-many-domains/
RUN a2enmod proxy
COPY ./conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf
COPY ./conf/env.load /etc/apache2/mods-enabled/env.load