Skip to content

Commit

Permalink
chore: retry to enable worker
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-pr committed Aug 16, 2023
1 parent c304933 commit 0cb0b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ RUN chmod +x /var/www/html/docker/entrypoint.sh
EXPOSE 9000

ENTRYPOINT ["bash", "/var/www/html/docker/entrypoint.sh"]
CMD php artisan serve --host=0.0.0.0 --port=9000 && php artisan queue:work
CMD php artisan queue:work --tries=3 && php artisan serve --host=0.0.0.0 --port=9000

0 comments on commit 0cb0b91

Please sign in to comment.