Skip to content

Commit

Permalink
fix: update chatbot-java-quarkus to be running on Windows
Browse files Browse the repository at this point in the history
Fixes #816

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Nov 21, 2024
1 parent 9e3acba commit a4c37fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/openjdk-21:latest
WORKDIR /app
COPY --chown=185 . .
COPY --chown=185:0 --chmod=744 . .
RUN mvn package
EXPOSE 8080
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
Expand Down

0 comments on commit a4c37fc

Please sign in to comment.