Skip to content

aikram24/php-apache-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-APACHE-DOCKER

You can have your own codes in ./src

$> docker build -t phpapp:latest .

Once, image is sucessfully build you can run start the container with the build image

$> docker run --rm -p 8080:80 -it phpapp:latest

You can access the app by going to http://localhost:8080/

About

Dockerfile for PHP 7 & PHP-Composer with Apache

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published