Application cartographique du GAL Meuse@Campagne
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
|
|
# COPY media/httpd.conf /usr/local/apache2/conf/httpd.conf
|
|
COPY vendor/GeoNature-citizen/frontend/src/assets/* /usr/local/apache2/htdocs/
|
|
COPY patches/frontend/src/assets/* /usr/local/apache2/htdocs/
|
|
|
|
EXPOSE 80 |