Skip to content

Docker image built for CircleCI with a few added packages for Laravel

License

Notifications You must be signed in to change notification settings

InterNACHI/laravel-circleci-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-circleci-image

Docker image built for CircleCI with a few added packages for Laravel

To build current version for local testing:

docker build -t internachi/laravel-circleci-image:dev .

To run the current build:

 docker run --rm -it internachi/laravel-circleci-image:dev bash

To push and tag the current local dev build:

docker tag internachi/laravel-circleci-image:dev internachi/laravel-circleci-image:8.1 \
    && docker push internachi/laravel-circleci-image:8.1

About

Docker image built for CircleCI with a few added packages for Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published