docker: move Dockerfile to root of repo
authordvn <git@dvn.me>
Thu, 2 Aug 2018 12:33:18 +0000 (14:33 +0200)
committerdvn <git@dvn.me>
Thu, 2 Aug 2018 12:33:18 +0000 (14:33 +0200)
commitd837b84241ed01cf42e95c95948224cdbf285e18
tree94878bbae183f0298216a4d46f123fe4a2e65802
parentdfe12347d2c359f77d2ca732bf7aa7cb0239922e
docker: move Dockerfile to root of repo

This is because of a limitation of Docker, which requires that you run
the Dockerfile from the directory in which you will copy in data. Moving
it to the root of the repo allows us to COPY in the code instead of
doing a 'git pull' from the container.
Dockerfile [new file with mode: 0644]
docker/Dockerfile [deleted file]
docker/README.md