diff --git a/Dockerfile b/Dockerfile index fe398b8b..576840fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ ARG DEPENDENCY=/workspace/app/target/dependency COPY --from=build ${DEPENDENCY}/BOOT-INF/lib /app/lib COPY --from=build ${DEPENDENCY}/META-INF /app/META-INF COPY --from=build ${DEPENDENCY}/BOOT-INF/classes /app -ENTRYPOINT ["java","-Dserver.port=${PORT}","-cp","app:app/lib/*","com.example.demo.DemoApplication"] \ No newline at end of file +ENTRYPOINT ["java","-Dserver.port=${PORT}","-cp","app:app/lib/*","com.example.demo.DemoApplication"] diff --git a/Jenkinsfile b/Jenkinsfile index 83f80749..19379ee7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,4 +41,4 @@ pipeline { sh 'docker logout' } } -} \ No newline at end of file +} diff --git a/test b/test new file mode 100644 index 00000000..4b43c8b3 --- /dev/null +++ b/test @@ -0,0 +1 @@ +t fi