From 9a593125b3d11feeb6a32313ab36a25b2f697d97 Mon Sep 17 00:00:00 2001 From: Luiz Picolo Date: Thu, 7 Oct 2021 21:39:47 -0400 Subject: [PATCH] Removed CMC command --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32380c5..b28dad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,4 @@ COPY . /code RUN bundle install -EXPOSE 4567 - -CMD ["/bin/ls", "-l"] \ No newline at end of file +EXPOSE 4567 \ No newline at end of file