Skip to content

slimprepdevops/docker-laravel8

Repository files navigation

Docker Laravel8 Docker sample

  • this repo contains a Dockerfile for deploying a Laravel8 application

  • Create docker Image

docker build -t myimage .
  • this will build the image from the Dockerfile
docker run -d -p 9000:80 myimage
  • Run the above code to to run the image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors