Commit 66ac2c58 authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

chore(policy): change exposed gRPC port number

parent a3cf178c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ COPY --from=builder --chown=1001 /app/target/quarkus-app/app/ /deployments/app/
COPY --from=builder --chown=1001 /app/target/quarkus-app/quarkus/ /deployments/quarkus/

EXPOSE 8080
EXPOSE 9999
EXPOSE 6060
USER 1001

ENTRYPOINT [ "/deployments/run-java.sh" ]