We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92564a8 commit c45d8feCopy full SHA for c45d8fe
Dockerfile
@@ -14,9 +14,6 @@ RUN apt-get install -qqy unzip && \
14
cd /opt && \
15
ln -s geoserver-2.6.1 geoserver
16
17
-RUN sed -i "s/digest1\:D9miJH\/hVgfxZJscMafEtbtliG0ROxhLfsznyWfG38X2pda2JOSV4POi55PQI4tw/plain:$ADMIN_PASSWD/g" \
18
- /opt/geoserver/data_dir/security/usergroup/default/users.xml
19
-
20
ADD 01_geoserver.sh /etc/my_init.d/01_geoserver.sh
21
RUN chmod +x /etc/my_init.d/01_geoserver.sh
22
0 commit comments