Skip to content

Commit

Permalink
infra: fix push notifications start command
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 3, 2024
1 parent 25897bc commit 52e1b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

push_notifications:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
command: mkdir -p python workers/push_notifications.py sleep 10
command: python workers/push_notifications.py sleep 10
env_file:
- .env
ports:
Expand Down

0 comments on commit 52e1b3d

Please sign in to comment.