docker/Dockerfile-2.7 in planter-cli-0.0.4 vs docker/Dockerfile-2.7 in planter-cli-3.0.1

- old
+ new

@@ -1,9 +1,9 @@ FROM ruby:2.7 # RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - -RUN mkdir /howzit -WORKDIR /howzit -# COPY ./ /howzit/ +RUN mkdir /planter +WORKDIR /planter +# COPY ./ /planter/ RUN gem install bundler:2.2.29 RUN apt-get update -y RUN apt-get install -y less vim COPY ./docker/inputrc /root/.inputrc COPY ./docker/bash_profile /root/.bash_profile