harshil/dockerise

make all configuration to dockerise your project

Maintainers

Package info

github.com/harshil943/dockerise

Language:Dockerfile

pkg:composer/harshil/dockerise

Statistics

Installs: 18

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2024-08-11 17:32 UTC

This package is auto-updated.

Last update: 2026-03-14 13:33:25 UTC


README

GitHub release (latest by date)

dockerise

Package to dockerise laravel project

steps to dockerise

  1. composer require harshil/dockerise
  2. php artisan vendor:publish --provider="DockerLaravelSetupServiceProvider"
  3. docker-compose build
  4. docker-compose up -d