Skip to content

davehunt/fxtestr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox Test Results

Flask app for presenting Firefox test results from ActiveData.

bd979230-bd0f-4422-8441-2610d27258b6

To build and run you will need Docker installed:

$ docker build -t fxtestr .
$ docker run -d  -p 80:80 fxtestr

The Docker image is based on uwsgi-nginx-flask, where you can find more details on building and running the image.