/photobooth-nginx-script-test

Dockerfile to test the nginx setup script/stuff

Primary LanguageShell

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.