From 707c7c17e571f490554b1cf3575ef924084aa2c6 Mon Sep 17 00:00:00 2001 From: Luiz Picolo Date: Thu, 7 Oct 2021 20:39:56 -0400 Subject: [PATCH] Added default CMD command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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