Skip to content

Commit

Permalink
changed command
Browse files Browse the repository at this point in the history
Only the last command was executed.
  • Loading branch information
AlexanderNeumann committed Dec 15, 2016
1 parent 07be353 commit f46dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openldapaccount/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN chmod 766 -R /opt
ENV PWMCONF /opt/conf
ENV PWMACC /opt/account

CMD cp -fR $PWMACC $TOMCAT_HOME/webapps \
RUN cp -fR $PWMACC $TOMCAT_HOME/webapps \
&& cp -fR $PWMCONF $TOMCAT_HOME/webapps \
&& sed -i "s#LAYERS_API_URI#${LAYERS_API_URI}#g" $PWMCONF/PwmConfiguration.xml \
&& sed -i "s#LDAP_ROOT_DN#${LDAP_ROOT_DN}#g" $PWMCONF/PwmConfiguration.xml \
Expand Down

0 comments on commit f46dfc8

Please sign in to comment.