Skip to content

Commit

Permalink
Fix cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosenpfand committed Oct 13, 2024
1 parent de3f3af commit 9c838e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
app:
build: ./
Expand All @@ -26,7 +24,7 @@ services:
depends_on:
postgres:
condition: service_healthy
command: sh -c "/root/create_env.sh; cron -f & touch /var/log/cron.log && tail -f /var/log/cron.log"
command: sh -c "bash /root/create_env.sh; cron -f & touch /var/log/cron.log && tail -f /var/log/cron.log"

postgres:
image: postgres:alpine
Expand Down

0 comments on commit 9c838e3

Please sign in to comment.