remove target dir
Some checks failed
Gitea Action Maven build / build (push) Failing after 32s
Gitea Action Maven build / deploy (push) Has been skipped

This commit is contained in:
Eduard Kuksa
2025-02-13 21:30:20 +07:00
parent 84141a0e74
commit 436724f163
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM openjdk:21-jdk-slim
WORKDIR /app
COPY target/spring-demo-0.1.1-SNAPSHOT.jar /app
COPY spring-demo-0.1.1-SNAPSHOT.jar /app
EXPOSE 8080
CMD ["java", "-jar", "spring-demo-0.1.1-SNAPSHOT.jar"]