Skip to content

Commit

Permalink
crontab reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspare Turrigiano committed Oct 17, 2024
1 parent c175433 commit 1d5e2ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ restart: recreate

fix:
@docker-compose run --rm myddleware bash docker/script/fix.sh || true
@docker compose exec myddleware bash -c 'cat /var/www/html/docker/etc/crontab > /etc/crontab' || true
@docker compose exec myddleware bash -c 'echo "* * 1 2 * echo placeholder" | crontab -' || true

bash:
@docker-compose -f docker-compose.yml exec myddleware bash
Expand Down

0 comments on commit 1d5e2ff

Please sign in to comment.