Skip to content

Commit 72c1c18

Browse files
authored
Update Dockerfile
1 parent 1e8375e commit 72c1c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM openjdk:8-jdk-alpine
44
WORKDIR /usr/local/tomcat
55

66
# Copy the WAR file to the Tomcat webapps directory
7-
COPY ~/var/lib/jenkins/workspace/dev-env/target/webapp-0.1.war /usr/local/tomcat/webapps/
7+
COPY ./var/lib/jenkins/workspace/dev-env/target/webapp-0.1.war /usr/local/tomcat/webapps/
88

99
# Set the environment variables for Tomcat
1010
ENV CATALINA_HOME=/usr/local/tomcat

0 commit comments

Comments
 (0)