Skip to content

Commit 90c41c6

Browse files
committed
new changes
1 parent 3872b06 commit 90c41c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN tar xzf apache-tomcat-8.5.9.tar.gz
2323

2424
WORKDIR /code
2525

26-
COPY /code/target/simplewebapp.war apache-tomcat-8.5.9/webapps/
26+
COPY /code/src/main/webapp/index.jsp apache-tomcat-8.5.9/webapps/
2727

2828
EXPOSE 8080
2929

0 commit comments

Comments
 (0)