diff options
Diffstat (limited to 'sdc-os-chef/sdc-cassandra/Dockerfile')
-rw-r--r-- | sdc-os-chef/sdc-cassandra/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-cassandra/Dockerfile b/sdc-os-chef/sdc-cassandra/Dockerfile index 1ec802c39b..3e9295db5e 100644 --- a/sdc-os-chef/sdc-cassandra/Dockerfile +++ b/sdc-os-chef/sdc-cassandra/Dockerfile @@ -18,4 +18,4 @@ RUN curl -L https://omnitruck.chef.io/install.sh | bash COPY startup.sh /root/ RUN chmod 770 /root/startup.sh -ENTRYPOINT [ "/root/startup.sh" ]
\ No newline at end of file +ENTRYPOINT [ "/root/startup.sh" ] |