Skip to content

Commit

Permalink
Add rake tmp:cache:clear to Makefile (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito authored and jywarren committed Jul 12, 2018
1 parent 5373199 commit 47df8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ redeploy-container:
docker-compose exec web bower install --allow-root
docker-compose exec web bower update --allow-root
docker-compose exec web rake assets:precompile
docker-compose exec web rake tmp:cache:clear
docker-compose down --remove-orphans
rm -f ./tmp/pids/server.pid
docker-compose up -d
Expand Down

0 comments on commit 47df8e2

Please sign in to comment.