rawbertp / photobooth-nginx-script-test

Dockerfile to test the nginx setup script/stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Build base image (saves some time):

build --no-cache -t photoboothnginx-base -f Dockerfile.base .

Build the test image:

docker build --no-cache -t photoboothnginx .

Start the container:

docker run --rm -p 8080:80 photoboothnginx

Verify that the script worked:

http://localhost:8080/ has to return the phpinfo() content.

About

Dockerfile to test the nginx setup script/stuff


Languages

Language:Shell 80.4%Language:Dockerfile 19.6%