Skip to content

Commit

Permalink
fix: kubernetes docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Jan 30, 2024
1 parent 41de3f5 commit eac391e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ COPY --from=build usr/src/app/arc-web/target/*.war $CATALINA_HOME/webapps/ROOT.w
# Kubernetes
FROM bitnami/kubectl:latest as kubectl

FROM ubuntu:latest
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /

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


0 comments on commit eac391e

Please sign in to comment.