Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 361 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 361 Bytes

php-with-docker-template

Installation

Copy the .env file

cp .env.example .env

Build docker image

docker-compose build

Run docker image

docker-compose up

Run the following command to install the package through Composer:

docker-compose exec composer install

Usage

Stop docker

docker-compose stop