Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
/ docker-laravel Public archive

Docker files for creating docker images with Laravel, Node and more.

License

Notifications You must be signed in to change notification settings

iamrgroot/docker-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 27, 2020
34c1f2f · Sep 27, 2020

History

7 Commits
Aug 21, 2020
Sep 27, 2020
Sep 27, 2020
Aug 21, 2020
Sep 27, 2020
Sep 27, 2020
Sep 27, 2020

Repository files navigation

Docker image for Laravel with NodeJS and more

Build images are available at https://hub.docker.com/repository/docker/iamrgroot/laravel. See tags for versions used.

Build image

docker build . -t username/my-repo:tagname

Build options

Use with --build-arg

var default
PHP_VERSION 7.4-fpm
NODE_VERSION 10
IMAGICK true

Push to Docker Hub

docker login
docker push username/my-repo:tagname

Example

Example docker-compose.yml and .env files are available.