Adding Quarkus App
This commit is contained in:
parent
e550e19b72
commit
853adbbdc5
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,6 +1,9 @@
|
|||||||
# Gradle
|
# Gradle
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/*
|
||||||
|
!build/quarkus-app
|
||||||
|
!build/quarkus-app/*
|
||||||
|
!build/quarkus-app/*/
|
||||||
|
|
||||||
# Eclipse
|
# Eclipse
|
||||||
.project
|
.project
|
||||||
|
@ -81,7 +81,6 @@ FROM registry.access.redhat.com/ubi8/openjdk-21:1.20
|
|||||||
|
|
||||||
ENV LANGUAGE='en_US:en'
|
ENV LANGUAGE='en_US:en'
|
||||||
|
|
||||||
|
|
||||||
# We make four distinct layers so if there are application changes the library layers can be re-used
|
# We make four distinct layers so if there are application changes the library layers can be re-used
|
||||||
COPY --chown=185 build/quarkus-app/lib/ /deployments/lib/
|
COPY --chown=185 build/quarkus-app/lib/ /deployments/lib/
|
||||||
COPY --chown=185 build/quarkus-app/*.jar /deployments/
|
COPY --chown=185 build/quarkus-app/*.jar /deployments/
|
||||||
|
Loading…
Reference in New Issue
Block a user