comparison docker/Dockerfile.mapserv @ 9749:68c6fe74a276 3.2.x

Allow changing CGI scripts without re-building This is more in line with the fact, that the mapfile path is also configurable in artifact server.
author Tom Gottfried <tom@intevation.de>
date Thu, 22 Sep 2022 16:37:32 +0200
parents 95496d21b4da
children 0834c2591e14
comparison
equal deleted inserted replaced
9748:edaae6f76fc7 9749:68c6fe74a276
40 # Has to be the same path as in artifact server container because mapfiles 40 # Has to be the same path as in artifact server container because mapfiles
41 # contain absolute paths. 41 # contain absolute paths.
42 VOLUME /opt/d4e/bin 42 VOLUME /opt/d4e/bin
43 43
44 # CGI scripts 44 # CGI scripts
45 ADD river-wms /var/www/cgi-bin/ 45 ADD mapserver/cgi-bin /var/www/cgi-bin
46 ADD user-wms /var/www/cgi-bin/
47 46
48 # httpd config 47 # httpd config
49 ADD httpd-mapserver.conf /etc/httpd/conf.d/ 48 ADD httpd-mapserver.conf /etc/httpd/conf.d/
50 49
51 EXPOSE 80 50 EXPOSE 80

http://dive4elements.wald.intevation.org