update dockerfile

This commit is contained in:
Luiz F Picolo 2022-06-15 23:28:11 -04:00
parent 8e3b17a16f
commit ee76a0fa43
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ ENV TZ=America/Campo_Grande
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
WORKDIR /code WORKDIR /code
COPY . /code ADD Gemfile /code
ADD Gemfile.lock /code
RUN bundle install RUN bundle install