diff options
Diffstat (limited to 'sdc-os-chef/sdc-sanity')
-rw-r--r-- | sdc-os-chef/sdc-sanity/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-sanity/Dockerfile b/sdc-os-chef/sdc-sanity/Dockerfile index c5421a117c..9dd829158f 100644 --- a/sdc-os-chef/sdc-sanity/Dockerfile +++ b/sdc-os-chef/sdc-sanity/Dockerfile @@ -24,5 +24,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" ] |