diff --git a/Dockerfile b/Dockerfile
index fbfaa878548d288f88d4ff7b6d24da39f0ec828a..148295997e900da32b6d96051b059c345787636d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,7 @@ USER app
 WORKDIR /opt/app
 
 # Copy the app into the container
-COPY --chown=app:app --from=builder /src/target/sitodo-*.jar .
+COPY --chown=app:app --from=builder /src/target/spring-petclinic-rest-*.jar .
 
 # Expose port 9966
 EXPOSE 9966