We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357b788 commit c9fe4bcCopy full SHA for c9fe4bc
Dockerfile
@@ -19,11 +19,13 @@ RUN tar xf "${GCLOUD_SDK_FILENAME}" && \
19
/google-cloud-sdk/bin/gcloud components install -q kubectl;
20
21
ADD cf-deploy-kubernetes.sh /cf-deploy-kubernetes
22
+ADD template.sh /template.sh
23
24
# Set the default path to include all the commands
25
RUN \
26
ln -s /google-cloud-sdk/bin/kubectl /usr/local/bin/kubectl && \
- chmod +x /cf-deploy-kubernetes
27
+ chmod +x /cf-deploy-kubernetes && \
28
+ chmod +x /template.sh
29
30
CMD ["bash"]
31
0 commit comments