Skip to content

Commit c9fe4bc

Browse files
fixed dockerfile
1 parent 357b788 commit c9fe4bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ RUN tar xf "${GCLOUD_SDK_FILENAME}" && \
1919
/google-cloud-sdk/bin/gcloud components install -q kubectl;
2020

2121
ADD cf-deploy-kubernetes.sh /cf-deploy-kubernetes
22+
ADD template.sh /template.sh
2223

2324
# Set the default path to include all the commands
2425
RUN \
2526
ln -s /google-cloud-sdk/bin/kubectl /usr/local/bin/kubectl && \
26-
chmod +x /cf-deploy-kubernetes
27+
chmod +x /cf-deploy-kubernetes && \
28+
chmod +x /template.sh
2729

2830
CMD ["bash"]
2931

0 commit comments

Comments
 (0)