Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 480 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 480 Bytes

Laravel Worker

Creates a Laravel Docker image with php-cli, optimized for running queue workers.

speakbox/laravel-worker

Packages

  • php-cli 7.3
  • curl
  • git
  • supervisor
  • composer

Ports

  • 80

Makefile

// Build docker image
$ make build

// Run docker image
$ make run

// Push docker image
$ make push

Login to Docker Hub from CLI

Simply run and follow the steps:

$ docker login