Chris Powell a4939289c5 Added optional port to flasksite
Changed path to file upload

Change-Id: I05bf7020d6548b46a1f40b6749b9bec10ad5a322
2015-08-14 16:12:51 -04:00
..
2015-08-13 07:57:00 -04:00
2015-08-13 07:57:00 -04:00

Building the E2E Test Site Image

From the docker/e2e_test folder:

$ docker build -t e2e_flasksite_1 .

Running the E2E Test Site Docker Container

Name the container 'e2e_flasksite':

$ docker run -d -p 80:80 --name e2e_flasksite e2e_flasksite_1