Skip to content

Commit

Permalink
see files
Browse files Browse the repository at this point in the history
  • Loading branch information
busraarsln committed Nov 10, 2023
1 parent da9bddd commit ebe6c1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions spring-boot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM eclipse-temurin:17-jre-alpine

EXPOSE 8080

VOLUME /tmp

COPY --from=builder /src/target/*.jar spring-boot-0.0.1.jar
ENTRYPOINT ["java","-jar","/spring-boot-0.0.1.jar"]
#VOLUME /tmp
#
#COPY --from=builder /src/target/*.jar spring-boot-0.0.1.jar
#ENTRYPOINT ["java","-jar","/spring-boot-0.0.1.jar"]
7 changes: 6 additions & 1 deletion spring-boot/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ls
cd home/runner/work/Conformance-Gateway
cd home
ls
cd runner
ls
cd work
ls
find . -name "pom.xml" -exec mvn clean -U -B package -DskipTests -f '{}' \;

0 comments on commit ebe6c1f

Please sign in to comment.