Skip to content

Commit c1d7311

Browse files
committedMay 27, 2018
Force removal of pid file (see
docker/compose#1393)
1 parent 9833d2a commit c1d7311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deploy-container:
1010
docker-compose run web bower install --allow-root
1111
docker-compose run web bower update --allow-root
1212
docker-compose run web rake assets:precompile
13-
bash -c "test -e tmp/pids/server.pid && rm tmp/pids/server.pid"
13+
rm -f ./tmp/pids/server.pid
1414
docker-compose up -d
1515
docker-compose exec -T web bash -c "echo 172.19.0.1 smtp >> /etc/hosts"
1616
docker-compose exec -T web bundle exec whenever --update-crontab

0 commit comments

Comments
 (0)
Please sign in to comment.