Skip to content

Commit

Permalink
Merge pull request #817 from jeffmaury/GH-816
Browse files Browse the repository at this point in the history
fix: update chatbot-java-quarkus to be running on Windows
  • Loading branch information
rhatdan authored Nov 21, 2024
2 parents e7647af + a4c37fc commit e96d3b1
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 e96d3b1

Please sign in to comment.