Skip to content

noragalvin/laravel5.6-docker

Repository files navigation

Docker service

  • nginx
  • postgres
  • php

How to run

docker run --rm -v $(pwd):/app composer/composer install
  • Run
docker-compose up
  • Run
cp .env.example .env
  • Run
docker-compose exec app php artisan key:generate
docker-compose exec app php artisan optimize
  • Final step. Run
docker-compose up
  • The application will now be ready to use go ahead and hit http://localhost in your browser and you’ll presented with this lovely screen.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages