Description
these two lines in the dockerfile are causing a little build issue in jenkins
COPY binary/tomcat/conf/server.xml "${CATALINA_BASE}/conf/"
RUN sed -i -e 's/8082/8080/g' ${CATALINA_BASE}/conf/server.xml
so standard template Dockerfile file must be fixed
How to reproduce
- try to configure a build with jenkins for example based on
- verify build works
Expected Result
success
Current Result
fail
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)
| Browser Affected |
Version |
| Internet Explorer |
|
| Edge |
|
| Chrome |
|
| Firefox |
|
| Safari |
|
Other useful information
Description
these two lines in the dockerfile are causing a little build issue in jenkins
so standard template Dockerfile file must be fixed
How to reproduce
Expected Result
success
Current Result
fail
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information