Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /