Commit 7817ee54 authored by Vasilis Katopodis's avatar Vasilis Katopodis
Browse files

Remove quarkus dev mode

parent 17237677
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 AS release
ARG JAVA_PACKAGE=java-11-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
ENV QUARKUS_LAUNCH_DEVMODE="true"
# Install java and the run-java script
# Also set up permissions for user `1001`
RUN microdnf install curl ca-certificates ${JAVA_PACKAGE} \
+0 −3
Original line number Diff line number Diff line
@@ -17,9 +17,6 @@ automation:
quarkus:
  package:
    type: mutable-jar
  live-reload:
    password: 1234
    url: http://0.0.0.0:8080
  banner:
    path: teraflow-automation-banner.txt
  grpc: