Skip to content

luyadev/luya-docker-php-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LUYA Logo

LUYA DOCKER CLI

Run commands inside application

docker run --rm -v $(pwd):/app luyadev/luya-docker-php-cli health

Where health is the command to run in LUYA.

Use docker-compose

When working with custom images, it might be helpfull to have a cli tool to run the LUYA commands, therfore add the luya cli docker image to your services list.

luya_cli:
  image: luyadev/luya-docker-php-cli
    volumes: 
      - ./:/app

In order to run commands use docker-compose run luya_cli <COMMAND>.

About

A LUYA docker image for running commands on CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published