This commit is contained in:
Luiz F Picolo 2022-06-15 23:30:00 -04:00
parent 9a14d7c638
commit fd5363cfaa
1 changed files with 1 additions and 2 deletions

View File

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