Skip to content

Commit

Permalink
Added catalog data.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Dec 3, 2024
1 parent 54c787d commit 5808e5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chatbot-easy-rag/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ ENV LANGUAGE='en_US:en'


# We make four distinct layers so if there are application changes the library layers can be re-used
COPY --chown=185 catalog/ /deployments/catalog/
COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/
COPY --chown=185 target/quarkus-app/*.jar /deployments/
COPY --chown=185 target/quarkus-app/app/ /deployments/app/
Expand Down

0 comments on commit 5808e5a

Please sign in to comment.