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