Skip to content

Commit

Permalink
Remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
luilver committed Oct 1, 2020
1 parent 4e72e0c commit 1d6e840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN apt-get update && \
apt-get autoremove -y && \
cp config/database.postgres.docker.yml config/database.yml && \
gem install bundler && \
bundle install --deployment && \
bundle config set deployment 'true' && \
bundle install && \
bundle exec rails assets:precompile

CMD ["bundle","exec","rails","s"]
Expand Down

0 comments on commit 1d6e840

Please sign in to comment.