docker: build from the local working directory

With this change, the Dockerfile builds the Docker image from the code
checked out in the local filesystem, instead of downloading a revision
from git.

Implements #3657
This commit is contained in:
Pierre Prinetti 2019-11-08 22:56:30 +01:00
parent c008ee36bd
commit dc15f4a43c
3 changed files with 7 additions and 39 deletions

3
.dockerignore Normal file
View file

@ -0,0 +1,3 @@
.hg
settings.json
src/node_modules