Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SawyerCzupka committed Oct 23, 2024
1 parent 2f4a561 commit 8142ee4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/images/Dockerfile.nginx_kubectl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ RUN wget -O /usr/local/bin/kubectl https://dl.k8s.io/release/v1.28.0/bin/linux/a
chmod +x /usr/local/bin/kubectl

# Create directory for scripts
RUN mkdir /scripts && chmod 755 /scripts
RUN mkdir /scripts && chmod 755 /scripts

# TEST

0 comments on commit 8142ee4

Please sign in to comment.