mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
7 lines
283 B
Text
7 lines
283 B
Text
|
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
|