diff --git a/media/Dockerfile b/media/Dockerfile index 35c3c28..f7bc5ae 100644 --- a/media/Dockerfile +++ b/media/Dockerfile @@ -1,4 +1,6 @@ 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 \ No newline at end of file