Skip to content

Commit

Permalink
Merge pull request fatfreecrm#860 from luilver/master
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken authored Sep 30, 2020
2 parents fcde230 + 77c4311 commit 4e72e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update && \
apt-get install -y imagemagick tzdata && \
apt-get autoremove -y && \
cp config/database.postgres.docker.yml config/database.yml && \
gem install bundler && \
bundle install --deployment && \
bundle exec rails assets:precompile

Expand Down

0 comments on commit 4e72e0c

Please sign in to comment.