diff --git a/Dockerfile b/Dockerfile index 2b7cfc9..32380c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ RUN bundle install EXPOSE 4567 -CMD ["bundle", "exec", "puma", "-p", "4567"] \ No newline at end of file +CMD ["/bin/ls", "-l"] \ No newline at end of file