To run a docker build copy the Dockerfile and the .dockerignore somewhere relative to the content of root of the extracted gecko runtime zip. On the other hand you could run the docker build from the docker directory by executing the following command: ``` docker build -f Dockerfile ../. -t /:latest ```