File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/osgeo/gdal:ubuntu-full-3.11.0 AS gdal
1+ FROM ghcr.io/osgeo/gdal:ubuntu-full-3.11.4 AS gdal
22# see https://github.com/OSGeo/gdal/tree/master/docker#ubuntu-based
33
44FROM gdal AS builder
@@ -104,15 +104,18 @@ EXPOSE 8080
104104COPY --from=builder /usr/local/bin /usr/local/bin/
105105COPY --from=builder /usr/local/lib /usr/local/lib/
106106COPY --from=builder /usr/local/share/mapserver /usr/local/share/mapserver/
107- COPY --from=builder /src/share/ogcapi/templates/html-bootstrap4 /usr/local/share/mapserver/ogcapi/templates/html-bootstrap4/
107+ COPY --from=builder /src/share/ogcapi/templates/html-bootstrap /usr/local/share/mapserver/ogcapi/templates/html-bootstrap/
108+ COPY --from=builder /src/share/ogcapi/templates/html-plain /usr/local/share/mapserver/ogcapi/templates/html-plain/
109+ COPY --from=builder /src/share/ogcapi/templates/html-index-bootstrap /usr/local/share/mapserver/ogcapi/templates/html-index-bootstrap/
110+ COPY --from=builder /src/share/ogcapi/templates/html-index-plain /usr/local/share/mapserver/ogcapi/templates/html-index-plain/
108111
109112COPY runtime /
110113
111114RUN ldconfig
112115
113116ENV MS_DEBUGLEVEL=0 \
114117 MS_ERRORFILE=stderr \
115- MAPSERVER_CONFIG_FILE=/usr/local/share/ mapserver/config/index .conf \
118+ MAPSERVER_CONFIG_FILE=/etc/ mapserver/mapserver .conf \
116119 MAPSERVER_BASE_PATH= \
117120 MAX_REQUESTS_PER_PROCESS=1000 \
118121 MIN_PROCESSES=1 \
You can’t perform that action at this time.
0 commit comments