Skip to content

Commit c45d8fe

Browse files
author
Rodrigo Tripodi
committed
[BUGFIX] Removed sed for password replace from Dockerfile
1 parent 92564a8 commit c45d8fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ RUN apt-get install -qqy unzip && \
1414
cd /opt && \
1515
ln -s geoserver-2.6.1 geoserver
1616

17-
RUN sed -i "s/digest1\:D9miJH\/hVgfxZJscMafEtbtliG0ROxhLfsznyWfG38X2pda2JOSV4POi55PQI4tw/plain:$ADMIN_PASSWD/g" \
18-
/opt/geoserver/data_dir/security/usergroup/default/users.xml
19-
2017
ADD 01_geoserver.sh /etc/my_init.d/01_geoserver.sh
2118
RUN chmod +x /etc/my_init.d/01_geoserver.sh
2219

0 commit comments

Comments
 (0)