diff --git a/Dockerfile b/Dockerfile index 5c84872..462a6f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ WORKDIR /app COPY build/clouddriver /app -RUN chmod +x /app/clouddriver +RUN chmod +x clouddriver CMD ["/app/clouddriver"] \ No newline at end of file