Skip to content

Commit

Permalink
feat: kub docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Jan 30, 2024
1 parent b40d647 commit 8a24a8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app-web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ ENV ARC_LOGLEVEL=$LOG_LEVEL

# Copy the war file
COPY --from=build usr/src/app/arc-web/target/*.war $CATALINA_HOME/webapps/ROOT.war

# Kubernetes
FROM bitnami/kubectl:latest as kubectl

FROM ubuntu:latest

COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/


0 comments on commit 8a24a8f

Please sign in to comment.