-
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
| Name | Name | Last commit date | ||
|---|---|---|---|---|