We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470bb61 commit a614ee4Copy full SHA for a614ee4
1 file changed
Dockerfile
@@ -3,6 +3,7 @@ MAINTAINER martin scharm
3
4
COPY src /srv/src
5
COPY pom.xml /srv/pom.xml
6
+COPY src/main/docker/CombineArchiveWeb-DockerContext.xml /usr/local/tomcat/conf/Catalina/localhost/ROOT.xml
7
WORKDIR /srv/
8
9
# install dependencies, compile the code, and get rid of dependencies...
0 commit comments